mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-20 08:08:44 +00:00
feat: setMsgDnd
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -108,6 +108,8 @@ class _WhisperPageState extends State<WhisperPage> {
|
||||
item: response[index],
|
||||
onSetTop: (isTop, id) =>
|
||||
_controller.onSetTop(index, isTop, id),
|
||||
onSetMute: (isMuted, talkerUid) =>
|
||||
_controller.onSetMute(index, isMuted, talkerUid),
|
||||
onRemove: (talkerId) => _controller.onRemove(index, talkerId),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user