fix: mark community as no longer spectated when joined
Fixes https://github.com/status-im/status-desktop/issues/11334
This commit is contained in:
parent
e5e5229e6a
commit
8184ae62ed
|
@ -928,6 +928,7 @@ func (o *Community) Edit(description *protobuf.CommunityDescription) {
|
|||
|
||||
func (o *Community) Join() {
|
||||
o.config.Joined = true
|
||||
o.config.Spectated = false
|
||||
}
|
||||
|
||||
func (o *Community) Leave() {
|
||||
|
|
Loading…
Reference in New Issue