Fix some task quirks
This commit is contained in:
@@ -7,7 +7,7 @@ from asgiref.sync import sync_to_async
|
||||
from core.clients import transport
|
||||
from core.models import ChatSession, Message
|
||||
|
||||
STATUS_VISIBLE_SOURCE_SERVICES = {"web", "xmpp"}
|
||||
STATUS_VISIBLE_SOURCE_SERVICES = {"web", "xmpp", "signal", "whatsapp"}
|
||||
|
||||
|
||||
def chunk_for_transport(text: str, limit: int = 3000) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user