Refactor after first tests against synapse

This commit is contained in:
Maxime Dor
2017-09-21 04:07:13 +02:00
parent 88cefeabbf
commit ace6019197
21 changed files with 544 additions and 144 deletions

View File

@@ -27,8 +27,8 @@ public interface INotificationHandler {
String getMedium();
void notify(IThreePidInviteReply invite);
void sendForInvite(IThreePidInviteReply invite);
void notify(IThreePidSession session);
void sendForValidation(IThreePidSession session);
}