animal name placeholder in all getDisplayName calls

This commit is contained in:
Martti Malmi
2023-10-06 10:49:47 +03:00
parent ef7fc458f6
commit 40e05480e6
13 changed files with 59 additions and 52 deletions

View File

@ -1,5 +1,5 @@
import { UserCache } from "Cache";
import { getDisplayName } from "Element/User/ProfileImage";
import { getDisplayName } from "Element/User/DisplayName";
import { LNURL, ExternalStore, unixNow } from "@snort/shared";
import { Toastore } from "Toaster";
import { LNWallet, WalletInvoiceState, Wallets } from "Wallet";