nip29: fix updating LastAdminsUpdate and LastMembersUpdate.

This commit is contained in:
fiatjaf
2026-01-19 09:51:15 -03:00
parent 31af06f4c7
commit 461568e44b
2 changed files with 37 additions and 14 deletions

View File

@@ -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