Merge branch 'fix/correct-autocompletion'

This commit is contained in:
2025-09-02 14:20:23 +02:00
2 changed files with 16 additions and 7 deletions

View File

@@ -27,6 +27,9 @@ message_send(void **state)
assert_true(prof_output_regex("me: .+Hi there"));
}
// TODO: `/message correct` XEP-0308 compliance (whether each correction links to the original message ID)
// https://xmpp.org/extensions/xep-0308.html#rules
void
message_receive_console(void **state)
{