Use IM_USER_*_TYPING instead of IM_CONTACT_*_TYPING

This commit is contained in:
Jaidyn Ann 2021-06-07 13:19:58 -05:00
parent 13e343c895
commit c8a62610ca

View File

@ -337,8 +337,8 @@ Server::ImMessage(BMessage* msg)
break; break;
} }
case IM_CONTACT_STARTED_TYPING: case IM_USER_STARTED_TYPING:
case IM_CONTACT_STOPPED_TYPING: case IM_USER_STOPPED_TYPING:
{ {
// BString id = msg->FindString("chat_id"); // BString id = msg->FindString("chat_id");
// Conversation* item = _EnsureConversation(msg); // Conversation* item = _EnsureConversation(msg);