styled more of Most Recent applet, allowing for scrolling of 36 most recent events and Load More link
This commit is contained in:
@@ -27,7 +27,7 @@ def billboard(request):
|
||||
.first()
|
||||
)
|
||||
recent_events = (
|
||||
recent_room.events.select_related("actor").order_by("-timestamp")[:10]
|
||||
list(recent_room.events.select_related("actor").order_by("-timestamp")[:36])[::-1]
|
||||
if recent_room else []
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user