mirror of
https://github.com/ioistired/pleroma-ebooks.git
synced 2025-01-08 17:44:45 +01:00
removed leftover code from another solution
This commit is contained in:
parent
90e3cfc64c
commit
ddbd2f10ad
1
reply.py
1
reply.py
@ -44,7 +44,6 @@ class ReplyListener(mastodon.StreamListener):
|
||||
print("didn't reply (max_thread_length exceeded)")
|
||||
return
|
||||
|
||||
threads[post_id] = [time.time(), 0]
|
||||
mention = extract_toot(notification['status']['content'])
|
||||
toot = functions.make_toot(True)['toot'] #generate a toot
|
||||
toot = acct + " " + toot #prepend the @
|
||||
|
Loading…
Reference in New Issue
Block a user