© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2mo ago•
1 reply
Eskie

Notification Broadcast Hide on specific view

Notifications4️⃣v4
This is what i am planning to achieve.. if the user is in the chatbox, it should not receive any broadcast notif if it is related with the current chatbox.. is it possible to achieve this? i am using this simple code
Notification::make()
    ->title('Message received at ticket ' . $ticket_number)
    ->broadcast($recipient);
Notification::make()
    ->title('Message received at ticket ' . $ticket_number)
    ->broadcast($recipient);
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Notification broadcast
FilamentFFilament / ❓┊help
17mo ago
broadcast notification
FilamentFFilament / ❓┊help
3y ago
Hide Navigation on specific pages
FilamentFFilament / ❓┊help
15mo ago
Hide Notification Sidebar After Notification Action
FilamentFFilament / ❓┊help
3y ago