mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
* fix(server): fixed server-based notifications Used TypedEventArgs instead of `any` to ensure all notification data carries type information, allowing the server to property deserialize it. * fix