Search advance filter with tags

This commit is contained in:
2024-12-08 14:19:18 +08:00
parent 669107a99f
commit e6a9185d11
4 changed files with 44 additions and 40 deletions

View File

@ -162,7 +162,6 @@ class ChatMessageController extends ChangeNotifier {
}
Future<void> _applyMessage(SnChatMessage message) async {
print(message.toJson());
if (message.channelId != channel?.id) return;
switch (message.type) {