upstream: fix(ui): Fix custom outgoing stamp and fix stamp command help (b0a89530f)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user