feat: verify dm relays when open chat panel

This commit is contained in:
2025-02-13 13:31:47 +07:00
parent 2aa2196565
commit 0550196ccb
7 changed files with 422 additions and 522 deletions

View File

@@ -97,6 +97,7 @@ impl From<(NotificationType, SharedString)> for Notification {
}
struct DefaultIdType;
impl Notification {
/// Create a new notification with the given content.
///