aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-12-15 01:09:32 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-12-15 01:09:32 +0100
commitbf0bb934cc4c62c4aefedaab205ba0035747bdd4 (patch)
treeb06c5e94691aa6009ea53dc131b62da7dcc834e0 /include
parent4d5a8e4212aa2b6929fc6021fc17ac560a8cfab3 (diff)
downloadlibgnunetchat-bf0bb934cc4c62c4aefedaab205ba0035747bdd4.tar.gz
libgnunetchat-bf0bb934cc4c62c4aefedaab205ba0035747bdd4.zip
Handled unknown chats to update type and be treated as valid chats
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/gnunet_chat_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index f775161..b4a8075 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -681,7 +681,7 @@ GNUNET_CHAT_message_get_timestamp (const struct GNUNET_CHAT_Message *message);
681 * @param[in] message Message 681 * @param[in] message Message
682 * @return Contact of the messages sender 682 * @return Contact of the messages sender
683 */ 683 */
684const struct GNUNET_CHAT_Contact* 684struct GNUNET_CHAT_Contact*
685GNUNET_CHAT_message_get_sender (const struct GNUNET_CHAT_Message *message); 685GNUNET_CHAT_message_get_sender (const struct GNUNET_CHAT_Message *message);
686 686
687/** 687/**