Refactor logic, preparing to generalize post-login publish of mappings

This commit is contained in:
Maxime Dor
2017-09-12 19:47:01 +02:00
parent 55b759a31c
commit 09b789dfc2
10 changed files with 151 additions and 91 deletions

View File

@@ -39,4 +39,9 @@ public class ThreePid {
return address;
}
@Override
public String toString() {
return getMedium() + ":" + getAddress();
}
}