Crypto: Add telemetry for events unable to decrypt (UTDs)

Add a dispatch method
This commit is contained in:
manuroe
2018-06-29 07:50:06 +02:00
parent bb98c32985
commit 014d030f4a
3 changed files with 11 additions and 0 deletions
@@ -46,6 +46,11 @@
*/
- (void)reportUnableToDecryptErrorForEvent:(MXEvent*)event withRoomState:(MXRoomState*)roomState myUser:(NSString*)userId;
/**
Flush current data.
*/
- (void)dispatch;
@end
/**