diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-01-02 19:27:42 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-01-02 19:27:42 +0000 |
commit | 7492647e5d70b03d52c3cb69978349171ef756ff (patch) | |
tree | e93b6b2bd99bf12078284002a29b9d8291b6f1f5 /libmatrix.c | |
parent | 7fb4a03b3dfe33039e32a478b5d556d491203a4d (diff) | |
download | purple-matrix-7492647e5d70b03d52c3cb69978349171ef756ff.tar.gz |
Update notes/strings about synapse versions
Diffstat (limited to 'libmatrix.c')
-rw-r--r-- | libmatrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmatrix.c b/libmatrix.c index ddd24fc..3f7fc92 100644 --- a/libmatrix.c +++ b/libmatrix.c @@ -335,7 +335,7 @@ static void matrixprpl_init(PurplePlugin *plugin) protocol_options = g_list_append(protocol_options, purple_account_option_bool_new( _("On reconnect, skip messages which were received in a " - "previous session (requires development homeserver)"), + "previous session"), PRPL_ACCOUNT_OPT_SKIP_OLD_MESSAGES, FALSE)); prpl_info.protocol_options = protocol_options; |