construct icon indicating copy to clipboard operation
construct copied to clipboard

Responses to `GET /_matrix/client/r0/rooms/{roomId}/relations` have opposite order to what Riot expects

Open jevolk opened this issue 4 years ago • 0 comments

Construct sends array of related events starting with the oldest and ending with the newest. Element appears to expect the inverse, as it applies its strike-through/coloring feature incorrectly right now. (Shouldn't it be sorting the results by timestamp anyway?)

jevolk avatar Nov 20 '20 19:11 jevolk