aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJacki <jacki@thejackimonster.de>2024-02-01 21:36:06 +0100
committerJacki <jacki@thejackimonster.de>2024-02-01 21:36:06 +0100
commita847b9eb6ee260eaa6f91916544ae3f94640e895 (patch)
tree29bdf7052305a21e50d59b789a65a738e76db937 /include
parentcfe27d65f14f2e59d70144280db2d98972418ba2 (diff)
downloadlibgnunetchat-a847b9eb6ee260eaa6f91916544ae3f94640e895.tar.gz
libgnunetchat-a847b9eb6ee260eaa6f91916544ae3f94640e895.zip
Adjust regarding update and delete flags for messages
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat (limited to 'include')
-rw-r--r--include/gnunet/gnunet_chat_lib.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/gnunet/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h
index b8a5956..cf55456 100644
--- a/include/gnunet/gnunet_chat_lib.h
+++ b/include/gnunet/gnunet_chat_lib.h
@@ -107,14 +107,9 @@ enum GNUNET_CHAT_MessageKind
107 GNUNET_CHAT_KIND_FILE = 10, /**< GNUNET_CHAT_KIND_FILE */ 107 GNUNET_CHAT_KIND_FILE = 10, /**< GNUNET_CHAT_KIND_FILE */
108 108
109 /** 109 /**
110 * The kind to describe a whispered message.
111 */
112 GNUNET_CHAT_KIND_WHISPER = 11, /**< GNUNET_CHAT_KIND_WHISPER */
113
114 /**
115 * The kind to inform about a deletion of a previous message. 110 * The kind to inform about a deletion of a previous message.
116 */ 111 */
117 GNUNET_CHAT_KIND_DELETION = 12, /**< GNUNET_CHAT_KIND_DELETION */ 112 GNUNET_CHAT_KIND_DELETION = 11, /**< GNUNET_CHAT_KIND_DELETION */
118 113
119 /** 114 /**
120 * An unknown kind of message. 115 * An unknown kind of message.