Skip to content
Snippets Groups Projects
Commit c0dd93dd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Define SMB_TAGS_MAXLEN for maximum total tags length per message

parent 8817d760
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -118,6 +118,7 @@ const SMB_SUMMARY = 0x61; // Not currently used for messages
const SMB_COMMENT = 0x62; // Appear in message text, before body
const SMB_TAGS = 0x69; // Tags (ala hashtags) for a message
const SMB_TAG_DELIMITER = ' '; // Tags are space-separated
const SMB_TAG_MAXLEN = 60; // Tags strings are limited to this total length
const SMB_POLL_ANSWER = 0xe0; // One poll answer (the subject is the question)
const FIDOCTRL = 0xa0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment