mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
parent
39bcd7ac00
commit
20f3919783
1 changed files with 4 additions and 0 deletions
|
@ -213,4 +213,8 @@ class Notifications(ListView):
|
|||
# Retrieve what kinds of things to show
|
||||
context["events"] = events
|
||||
context["notification_options"] = self.request.session["notification_options"]
|
||||
context["interactions"] = PostInteraction.get_event_interactions(
|
||||
context["page_obj"],
|
||||
self.request.identity,
|
||||
)
|
||||
return context
|
||||
|
|
Loading…
Reference in a new issue