mirror of
https://github.com/jointakahe/takahe.git
synced 2025-06-06 10:48:48 +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
|
# Retrieve what kinds of things to show
|
||||||
context["events"] = events
|
context["events"] = events
|
||||||
context["notification_options"] = self.request.session["notification_options"]
|
context["notification_options"] = self.request.session["notification_options"]
|
||||||
|
context["interactions"] = PostInteraction.get_event_interactions(
|
||||||
|
context["page_obj"],
|
||||||
|
self.request.identity,
|
||||||
|
)
|
||||||
return context
|
return context
|
||||||
|
|
Loading…
Reference in a new issue