Bug description
I have a Multi-Site installed (German and French).
I have a EntrySavedListener where I handle some data and save them to this collection. After this is done, the system informs the user with a Toast message.
After Updating a Multi-Site Statamic from 4.8.0 to 4.45.0, these Toast messages appear twice (one for each Language).
In 4.8.0 they only appeared once, which was right, because, if i save German Site i don't wont a Notification of the French one.
How to reproduce
Create a Multi-Site with 2 Sites.
Create a EntrySavedListener, add use Statamic\Facades\CP\Toast; and add a Toast message p.e: Toast::info('This is my Toast message')->duration(10000); in handle function.
Create/Edit a page and save it. Toast will appear twice (see screenshot).

Logs
No response
Environment
EnvironmentApplication Name: SuisseNaiS 22222 Weiserflächen-PlattformLaravel Version: 9.52.16PHP Version: 8.1.23Composer Version: 2.5.1Environment: localDebug Mode: ENABLEDURL: suissenais2.testMaintenance Mode: OFFCacheConfig: NOT CACHEDEvents: NOT CACHEDRoutes: NOT CACHEDViews: CACHEDDriversBroadcasting: logCache: statamicDatabase: mysqlLogs: stack / singleMail: smtpQueue: syncSession: fileStatamicAddons: 2Antlers: runtimeStache Watcher: EnabledStatic Caching: DisabledVersion: 4.45.0 PROStatamic Addonsstatamic/collaboration: 0.8.1stillat/relationships: 2.1.3
Installation
Fresh statamic/statamic site via CLI
Antlers Parser
Runtime (default)
Additional details
No response
Bug description
I have a Multi-Site installed (German and French).
I have a EntrySavedListener where I handle some data and save them to this collection. After this is done, the system informs the user with a Toast message.
After Updating a Multi-Site Statamic from 4.8.0 to 4.45.0, these Toast messages appear twice (one for each Language).
In 4.8.0 they only appeared once, which was right, because, if i save German Site i don't wont a Notification of the French one.
How to reproduce
Create a Multi-Site with 2 Sites.

Create a EntrySavedListener, add
use Statamic\Facades\CP\Toast;and add a Toast message p.e:Toast::info('This is my Toast message')->duration(10000);in handle function.Create/Edit a page and save it. Toast will appear twice (see screenshot).
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Antlers Parser
Runtime (default)
Additional details
No response