No more extra inboxes
This commit is contained in:
parent
562aae86f3
commit
4216b0b857
2 changed files with 0 additions and 5 deletions
|
@ -25,7 +25,6 @@ from little_boxes.httpsig import HTTPSigAuth
|
|||
from config import BASE_URL
|
||||
from config import DB
|
||||
from config import DEFAULT_CTX
|
||||
from config import EXTRA_INBOXES
|
||||
from config import ID
|
||||
from config import KEY
|
||||
from config import ME
|
||||
|
@ -276,9 +275,6 @@ class MicroblogPubBackend(Backend):
|
|||
"""Setup a custom user agent."""
|
||||
return USER_AGENT
|
||||
|
||||
def extra_inboxes(self) -> List[str]:
|
||||
return EXTRA_INBOXES
|
||||
|
||||
def followers(self) -> List[str]:
|
||||
q = {
|
||||
"box": Box.INBOX.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue