[pgp]: Remove pgp file encryption
Use the standard Gajim AES file encryption instead
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user