This commit is contained in:
Till Faelligen 2023-04-25 16:52:57 +02:00
parent 9b8602418e
commit c8dae9cfab
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -357,7 +357,7 @@ func buildMembershipEvents(
content.DisplayName = newProfile.DisplayName
content.AvatarURL = newProfile.AvatarURL
if err := builder.SetContent(content); err != nil {
if err = builder.SetContent(content); err != nil {
return nil, err
}