Clean up a little more DM detritus.

This commit is contained in:
Ben Rog-Wilhelm 2023-08-27 09:27:25 -05:00
parent 525a62033a
commit a3fbb9671c
3 changed files with 1 additions and 10 deletions

View file

@ -74,7 +74,6 @@ def send_system_reply(text):
"quotes": [],
"avatar": g.db.query(User).filter(User.id == NOTIFICATIONS_ID).one().profile_url,
"user_id": NOTIFICATIONS_ID,
"dm": False,
"username": "System",
"text": text,
"text_html": sanitize(text),