Clean up a little more DM detritus.
This commit is contained in:
parent
525a62033a
commit
a3fbb9671c
3 changed files with 1 additions and 10 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue