kopia lustrzana https://git.sr.ht/~tsileo/microblog.pub
Tweak the admin stream
rodzic
0a53cba5f5
commit
3497c09035
3
app.py
3
app.py
|
@ -1356,8 +1356,7 @@ def api_undo():
|
|||
@login_required
|
||||
def admin_stream():
|
||||
q = {
|
||||
"box": Box.INBOX.value,
|
||||
"type": {"$in": [ActivityType.CREATE.value, ActivityType.ANNOUNCE.value]},
|
||||
"meta.stream": True,
|
||||
"meta.deleted": False,
|
||||
}
|
||||
inbox_data, older_than, newer_than = paginated_query(DB.activities, q)
|
||||
|
|
Ładowanie…
Reference in New Issue