light refactor + OpenGroupUrlParser implementation & unit test

This commit is contained in:
Brice-W
2021-05-03 14:15:39 +10:00
parent 9ee167c173
commit bb25877515
5 changed files with 251 additions and 236 deletions

View File

@@ -146,9 +146,8 @@ message DataMessage {
}
message OpenGroupInvitation {
optional string serverAddress = 1;
optional uint32 channelId = 2;
optional string serverName = 3;
optional string groupUrl = 1;
optional string groupName = 2;
}
message ConfigurationMessage {