upstream: fix(ui): Fix custom outgoing stamp and fix stamp command help (b0a89530f)

This commit is contained in:
2026-03-31 19:57:34 +03:00
parent b0f4590082
commit c67f716eb9
4 changed files with 10 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ gchar*
get_display_name(const ProfMessage* const message, int* flags)
{
if (equals_our_barejid(message->from_jid->barejid)) {
return g_strdup("me");
return prefs_get_string(PREF_OUTGOING_STAMP);
} else {
if (flags)
*flags = NO_ME;