Merge branch 'ignore_from_sheet' into 'main'
feature: ignore from bottom sheet Closes #574 See merge request famedly/fluffychat!537
This commit is contained in:
commit
49c83a6e58
2 changed files with 16 additions and 0 deletions
|
|
@ -92,6 +92,14 @@ class UserBottomSheetView extends StatelessWidget {
|
|||
Icons.warning_outlined,
|
||||
),
|
||||
),
|
||||
if (!client.ignoredUsers.contains(user.id))
|
||||
PopupMenuItem(
|
||||
value: 'ignore',
|
||||
child: _TextWithIcon(
|
||||
L10n.of(context).ignore,
|
||||
Icons.block,
|
||||
),
|
||||
),
|
||||
],
|
||||
onSelected: controller.participantAction,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue