eion/purple-hangouts

Parents 97ddbfff660b
Children 00ee0103bd61
Drop PURPLE_MESSAGE_REMOTE_SEND flag compat as it's now in libpurple 3
--- a/purplecompat.h Wed Sep 19 12:19:04 2018 +1200
+++ b/purplecompat.h Tue Sep 25 16:12:54 2018 -0500
@@ -22,9 +22,6 @@
#define purple_chat_user_set_alias(cb, alias) g_object_set((cb), "alias", (alias), NULL)
#define purple_chat_get_alias(chat) g_object_get_data(G_OBJECT(chat), "alias")
-//TODO remove this when dx adds this to the PurpleMessageFlags enum
-#define PURPLE_MESSAGE_REMOTE_SEND 0x10000
-
#else /*!PURPLE_VERSION_CHECK(3, 0, 0)*/
#include "connection.h"