Use IM_USER_*_TYPING instead of IM_CONTACT_*_TYPING
This commit is contained in:
parent
13e343c895
commit
c8a62610ca
|
@ -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);
|
||||||
|
|
Ŝarĝante…
Reference in New Issue