✨ Able to render fediverse posts
This commit is contained in:
@@ -90,7 +90,7 @@ class PostActionableItem extends HookConsumerWidget {
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
final user = ref.watch(userInfoProvider);
|
||||
final isAuthor = useMemoized(
|
||||
() => user.value != null && user.value?.id == item.publisher.accountId,
|
||||
() => user.value != null && item.publisher?.accountId == user.value?.id,
|
||||
[user],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user