-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give clients avatar URLs for rooms #208
Commits on Jul 18, 2023
-
MatchRoomSubscription: include room ID in err msg
David Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 790ae22 - Browse repository at this point
Copy the full SHA 790ae22View commit details -
Improve MatchResponse errmsg formatting
- Print it out in red so you can spot it easily in a long test log - Pretty print the response json, because life's too short to train your brain to be a JSON parser.
David Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 4eb9bcc - Browse repository at this point
Copy the full SHA 4eb9bccView commit details -
Add helper Matcher for logging the rooms section
Useful for debugging a test.
David Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 64183a3 - Browse repository at this point
Copy the full SHA 64183a3View commit details -
Define
avatar
field on sync3.RoomDavid Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 59a6554 - Browse repository at this point
Copy the full SHA 59a6554View commit details -
Test helper for setting an avatar
Expose this on CSAPI for tests to use too. Also update SlidingSyncUntilMembership to check the membership only. Otherwise it would try to match an avatar. In 99% of cases this would be fine, but things like per-room avatars (or indeed per-room displaynames) would screw this up.
David Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 5ac3430 - Browse repository at this point
Copy the full SHA 5ac3430View commit details -
Don't create two Heroes slices to the same array
Otherwise you end up with two slices that share ownership of the same data but don't coordinate between one another, see e.g. https://go.dev/play/p/uk3o652Tvye
David Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 3861bac - Browse repository at this point
Copy the full SHA 3861bacView commit details -
David Robertson committed
Jul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 5913fbb - Browse repository at this point
Copy the full SHA 5913fbbView commit details -
David Robertson committed
Jul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 7097c1d - Browse repository at this point
Copy the full SHA 7097c1dView commit details -
Track changes to avatars when computing deltas
David Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 6b9a221 - Browse repository at this point
Copy the full SHA 6b9a221View commit details -
David Robertson committed
Jul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 065dcd4 - Browse repository at this point
Copy the full SHA 065dcd4View commit details -
David Robertson committed
Jul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for a02a559 - Browse repository at this point
Copy the full SHA a02a559View commit details -
Fix an integration test failure
David Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for b4ba770 - Browse repository at this point
Copy the full SHA b4ba770View commit details -
Lookup correct m.room.avatar field for invites
David Robertson committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 885b42d - Browse repository at this point
Copy the full SHA 885b42dView commit details