mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 07:11:41 +02:00
typo
This commit is contained in:
@@ -496,13 +496,13 @@ fun NoteComposeInner(
|
|||||||
noteEvent.recipientPubKey() != loggedIn.pubkeyHex &&
|
noteEvent.recipientPubKey() != loggedIn.pubkeyHex &&
|
||||||
note.author !== loggedIn
|
note.author !== loggedIn
|
||||||
) {
|
) {
|
||||||
val recepient = noteEvent.recipientPubKey()?.let { LocalCache.checkGetOrCreateUser(it) }
|
val recipient = noteEvent.recipientPubKey()?.let { LocalCache.checkGetOrCreateUser(it) }
|
||||||
|
|
||||||
TranslatableRichTextViewer(
|
TranslatableRichTextViewer(
|
||||||
stringResource(
|
stringResource(
|
||||||
id = R.string.private_conversation_notification,
|
id = R.string.private_conversation_notification,
|
||||||
"@${note.author?.pubkeyNpub()}",
|
"@${note.author?.pubkeyNpub()}",
|
||||||
"@${recepient?.pubkeyNpub()}"
|
"@${recipient?.pubkeyNpub()}"
|
||||||
),
|
),
|
||||||
canPreview = !makeItShort,
|
canPreview = !makeItShort,
|
||||||
Modifier.fillMaxWidth(),
|
Modifier.fillMaxWidth(),
|
||||||
|
Reference in New Issue
Block a user