aboutsummaryrefslogtreecommitdiffstats
path: root/libmatrix.c
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2015-11-02 17:27:04 +0000
committerRichard van der Hoff <richard@matrix.org>2015-11-02 17:27:04 +0000
commite78ea22ac644ecb3bb08ca2059068825fc77324c (patch)
tree168146aeee977b2d8037bb40ab4a3a4cfb5f139b /libmatrix.c
parentc0b7ecec629c6b31cac5782c8c9b0bcdf5b62772 (diff)
downloadpurple-matrix-e78ea22ac644ecb3bb08ca2059068825fc77324c.tar.gz
Show correct displayname on our own outgoing messages
Make the displayname on our sent messages match that in the member list for the room.
Diffstat (limited to 'libmatrix.c')
-rw-r--r--libmatrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmatrix.c b/libmatrix.c
index ead6361..49cee43 100644
--- a/libmatrix.c
+++ b/libmatrix.c
@@ -936,7 +936,7 @@ static gboolean matrixprpl_offline_message(const PurpleBuddy *buddy) {
static PurplePluginProtocolInfo prpl_info =
{
- OPT_PROTO_CHAT_TOPIC, /* options */
+ OPT_PROTO_UNIQUE_CHATNAME | OPT_PROTO_CHAT_TOPIC, /* options */
NULL, /* user_splits, initialized in matrixprpl_init() */
NULL, /* protocol_options, initialized in matrixprpl_init() */
{ /* icon_spec, a PurpleBuddyIconSpec */