♻️ Post list controller layer

This commit is contained in:
2024-07-25 14:42:50 +08:00
parent fa3ba0e188
commit 7dc198f0a7
5 changed files with 155 additions and 77 deletions

View File

@ -86,7 +86,7 @@ class _PostItemState extends State<PostItem> {
}
if (widget.item.realm != null) {
labels.add('postInRealm'.trParams({
'realm': '#${widget.item.realm!.id}',
'realm': widget.item.realm!.alias,
}));
}