nip29: fix updating LastAdminsUpdate and LastMembersUpdate.
This commit is contained in:
@@ -49,12 +49,12 @@ type Group struct {
|
||||
// indicates that only members can write messages to the group
|
||||
Restricted bool
|
||||
|
||||
// indicates that relays should hide group metadata from non-members
|
||||
Hidden bool
|
||||
|
||||
// indicates that join requests are ignored unless they include an invite code
|
||||
Closed bool
|
||||
|
||||
// indicates that relays should hide group metadata from non-members
|
||||
Hidden bool
|
||||
|
||||
Roles []*Role
|
||||
InviteCodes []string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user