···123 // The current logged in user.
124 User *types.User
125 Notifications []db.NotificationWithBskyHandle
126- ActiveTab string
000000127}
···123 // The current logged in user.
124 User *types.User
125 Notifications []db.NotificationWithBskyHandle
126+}
127+128+type StudySessionPageParams struct {
129+ // The current logged in user.
130+ User *types.User
131+ StudySession db.StudySessionFeedItem
132+ DoesOwn bool
133}