matrix-org/matrix-ios-sdk

Order is String here, but it is float32 in Golang.

dgrr opened this issue · 1 comments

dgrr commented

When marking a room as favorite in the iOS app using a server like Dendrite, the app returns an error because the server is unable to deserialize the String into a float32.

For reference:
iOS:

- (MXHTTPOperation*)addTag:(NSString*)tag

Golang: https://pkg.go.dev/github.com/matrix-org/gomatrix#TagProperties

dgrr commented

Problem seems to be in dendrite.