Fix showing duplicated messages

This commit also has some other changes sprinkled in but the main
effect is that messages are only shown precisely once. Next stage must
be to move away from serv_got_im and friends.
This commit is contained in:
2021-01-12 00:04:46 +00:00
parent 36b6b37e78
commit 6d4454f356
3 changed files with 51 additions and 20 deletions

View File

@@ -8,7 +8,8 @@
#define DELTA_PROTOCOL_OPTS \
OPT_PROTO_UNIQUE_CHATNAME | \
OPT_PROTO_CHAT_TOPIC | \
OPT_PROTO_IM_IMAGE
OPT_PROTO_IM_IMAGE | \
OPT_PROTO_MAIL_CHECK
// These two will instead be the pidgin "username" and "password" options that
// I can't seem to get rid of.