You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes cases where we e.g. receive valid events, but are unable to
unmarshal onto `MembershipContent` because of an invalid `displayname`
(which we don't care about when authing events):
```
json: cannot unmarshal bool into Go struct field MemberContent.displayname of type string"
```
0 commit comments