about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-12 13:09:58 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-14 10:17:00 +0100
commit66d3f572f979cc8a697192b3b3eecfc2d734d04c (patch)
tree20a236c053a2698a42f919ced51a4487cdd03128 /src/ui/ui.h
parented1d49bf0c12328e687bac5641b522f6ee5075d9 (diff)
downloadprofani-tty-66d3f572f979cc8a697192b3b3eecfc2d734d04c.tar.gz
xep-0308: Dont allow to correct MUC PMs
People could change messages of other people if the nick isn't
registered.
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 6cafd13a..c1c2b6cf 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -197,7 +197,6 @@ void mucwin_set_message_char(ProfMucWin *mucwin, const char *const ch);
 void mucwin_unset_message_char(ProfMucWin *mucwin);
 
 // MUC private chat window
-// TODO repalce_id?
 void privwin_incoming_msg(ProfPrivateWin *privatewin, ProfMessage *message);
 void privwin_outgoing_msg(ProfPrivateWin *privwin, const char *const id, const char *const replace_id, const char *const message);
 void privwin_message_occupant_offline(ProfPrivateWin *privwin);