mirror of
https://github.com/openmax-server/server.git
synced 2026-06-16 16:08:25 +03:00
MAX: отдача черного списка
This commit is contained in:
@@ -3,6 +3,7 @@ from .auth import AuthProcessors
|
||||
from .calls import CallsProcessors
|
||||
from .chats import ChatsProcessors
|
||||
from .complains import ComplainsProcessors
|
||||
from .contacts import ContactsProcessors
|
||||
from .folders import FoldersProcessors
|
||||
from .history import HistoryProcessors
|
||||
from .main import MainProcessors
|
||||
@@ -16,6 +17,7 @@ class Processors(
|
||||
CallsProcessors,
|
||||
ChatsProcessors,
|
||||
ComplainsProcessors,
|
||||
ContactsProcessors,
|
||||
FoldersProcessors,
|
||||
HistoryProcessors,
|
||||
MainProcessors,
|
||||
|
||||
Reference in New Issue
Block a user