chore: add pushrules to the event types
This commit is contained in:
parent
3cc2f2fa4a
commit
1719bcec9e
|
|
@ -80,6 +80,7 @@ abstract class EventTypes {
|
|||
static const String CrossSigningMasterKey = 'm.cross_signing.master';
|
||||
static const String MegolmBackup = 'm.megolm_backup.v1';
|
||||
static const String SecretStorageDefaultKey = 'm.secret_storage.default_key';
|
||||
static const String PushRules = 'm.push_rules';
|
||||
|
||||
static String secretStorageKey(String keyId) => 'm.secret_storage.key.$keyId';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue