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:
matrix-ios-sdk/MatrixSDK/Data/MXRoom.h
Line 1202 in f03778f
Golang: https://pkg.go.dev/github.com/matrix-org/gomatrix#TagProperties
dgrr commented
Problem seems to be in dendrite.