custom emojis on profile views

This commit is contained in:
zoe 2022-10-01 15:58:03 +02:00
parent b76e53def1
commit d98150007e
1 changed files with 1 additions and 0 deletions

View File

@ -377,6 +377,7 @@ class ProfileViewDisplay extends StatelessWidget {
child: PostTextRenderer(
input: accountModel.note,
identityName: accountModel.identity,
emoji: accountModel.emojis,
),
),
if (relationshipModel != null)