Set RestrictMessageSending in portal create+update

Fixes #228
This commit is contained in:
Remi Reuvekamp
2020-10-12 12:59:14 +02:00
parent 36bb15fbd6
commit 702a837929
2 changed files with 18 additions and 3 deletions

View File

@ -84,6 +84,8 @@ type GroupInfo struct {
NameSetTime int64 `json:"subjectTime"`
NameSetBy string `json:"subjectOwner"`
Announce bool `json:"announce"` // Can only admins send messages?
Topic string `json:"desc"`
TopicID string `json:"descId"`
TopicSetAt int64 `json:"descTime"`