mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Mastodon: Fixed minor issue on notifications handler for streaming API
This commit is contained in:
@@ -290,7 +290,7 @@ class Session(base.baseSession):
|
||||
obj = None
|
||||
if notification.type == "mention":
|
||||
buffers = ["mentions"]
|
||||
obj = notification.status
|
||||
obj = notification
|
||||
elif notification.type == "follow":
|
||||
buffers = ["followers"]
|
||||
obj = notification.account
|
||||
|
Reference in New Issue
Block a user