Tasks cleanup
This commit is contained in:
parent
53e5a9e237
commit
5dce025700
3 changed files with 15 additions and 28 deletions
|
@ -116,11 +116,6 @@ class MicroblogPubBackend(Backend):
|
|||
}
|
||||
)
|
||||
|
||||
self.save_cb(box, activity.id)
|
||||
|
||||
def set_save_cb(self, cb):
|
||||
self.save_cb = cb
|
||||
|
||||
def followers(self) -> List[str]:
|
||||
q = {
|
||||
"box": Box.INBOX.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue