mirror of
https://git.ugnet.gay/CrossTalk/azul.git
synced 2026-07-12 13:15:47 +00:00
band-aid
This commit is contained in:
@@ -462,8 +462,9 @@ def messagedata_from_msnp(sender: User, sender_pop_id: Optional[str], ack: str,
|
||||
else:
|
||||
pass
|
||||
else:
|
||||
type = MessageType.Chat
|
||||
text = "CrossTalk System Message: This message cannot be viewed on the client you're currently using."
|
||||
#type = MessageType.Chat
|
||||
#text = "CrossTalk System Message: This message cannot be viewed on the client you're currently using."
|
||||
pass
|
||||
|
||||
message = MessageData(sender = sender, sender_pop_id = sender_pop_id, type = type, text = text)
|
||||
message.front_cache['msnp'] = data
|
||||
|
||||
Reference in New Issue
Block a user