···123123 // The current logged in user.
124124 User *types.User
125125 Notifications []db.NotificationWithBskyHandle
126126- ActiveTab string
126126+}
127127+128128+type StudySessionPageParams struct {
129129+ // The current logged in user.
130130+ User *types.User
131131+ StudySession db.StudySessionFeedItem
132132+ DoesOwn bool
127133}