[pgp]: Remove pgp file encryption

Use the standard Gajim AES file encryption instead
This commit is contained in:
Philipp Hörist
2025-11-01 23:34:55 +01:00
parent c3f8fc41e2
commit 416d040432
4 changed files with 0 additions and 65 deletions

View File

@@ -28,9 +28,3 @@ class PGPNotTrusted(ApplicationEvent):
name: str = field(init=False, default="pgp-not-trusted")
on_yes: Callable[..., Any]
on_no: Callable[..., Any]
@dataclass
class PGPFileEncryptionError(ApplicationEvent):
name: str = field(init=False, default="pgp-file-encryption-error")
error: str