about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-20 10:17:17 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-20 10:28:24 +0100
commit8ee2cdadc88978ea26e6b6eb56f2aaa1fd5a81df (patch)
tree3f909fac44a21f612cc3c077c3eea8293ac4ca6c /src/xmpp/xmpp.h
parent1ddac7b9c6327e52845aacae6f83ad5d1899c0e6 (diff)
downloadprofani-tty-8ee2cdadc88978ea26e6b6eb56f2aaa1fd5a81df.tar.gz
Parse mentions and triggers in muc history if display is 'regular'
Fix https://github.com/profanity-im/profanity/issues/1261
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 0563948a..85c49e03 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -184,7 +184,7 @@ void message_send_paused(const char *const jid);
 void message_send_gone(const char *const jid);
 void message_send_invite(const char *const room, const char *const contact, const char *const reason);
 
-bool message_is_sent_by_us(ProfMessage *message, bool checkOID);
+bool message_is_sent_by_us(const ProfMessage *const message, bool checkOID);
 
 void presence_subscription(const char *const jid, const jabber_subscr_t action);
 GList* presence_get_subscription_requests(void);