remove unused mute function.

This commit is contained in:
Miroslav Šedivý
2020-11-16 22:10:03 +01:00
parent 99068b893b
commit d87a10b23a
7 changed files with 0 additions and 76 deletions

View File

@ -36,7 +36,6 @@ type MembersListEntry struct {
ID string `json:"id"`
Name string `json:"displayname"`
Admin bool `json:"admin"`
Muted bool `json:"muted"`
}
type Member struct {
@ -44,7 +43,6 @@ type Member struct {
ID string `json:"id"`
Name string `json:"displayname"`
Admin bool `json:"admin"`
Muted bool `json:"muted"`
}
type MemberDisconnected struct {