Refactor logic, preparing to generalize post-login publish of mappings
This commit is contained in:
@@ -39,4 +39,9 @@ public class ThreePid {
|
||||
return address;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getMedium() + ":" + getAddress();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user