Tasks cleanup

This commit is contained in:
Thomas Sileo
2018-08-05 13:49:49 +02:00
parent 53e5a9e237
commit 5dce025700
3 changed files with 15 additions and 28 deletions

View File

@@ -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,