Peer Info screen fixes

This commit is contained in:
Ali
2020-02-11 23:10:17 +01:00
parent 9635a73097
commit 3cc7be592c
6 changed files with 267 additions and 67 deletions

View File

@@ -14,7 +14,7 @@ enum ChannelMembersSearchControllerMode {
case ban
}
enum ChannelMembersSearchFilter {
public enum ChannelMembersSearchFilter {
case exclude([PeerId])
case disable([PeerId])
}