Compare commits

...

4 Commits

Author SHA1 Message Date
GitHub Actions
492c93400c chore: bump version to 4.11.159 [skip ci] 2026-08-23 06:19:12 +00:00
2fa800e4d6 Fix useOtherUserColor crash when sender has an avatar MXC URL.
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 6m42s
Pass the Matrix room to useOtherUserColor in overlay Message.tsx instead of
senderAvatarMxc, and bump cinny for Android About/updates fixes.
2026-08-23 16:19:03 +10:00
GitHub Actions
e817b4e608 chore: bump version to 4.11.158 [skip ci] 2026-08-23 06:18:55 +00:00
GitHub Actions
b1b2d916fe Bump cinny: Fix Android updates dialog, mobile About page, and user color crash guard.
Some checks failed
Build / increment-version (push) Successful in 5s
Build / build-android (push) Has been cancelled
2026-08-23 06:18:49 +00:00
3 changed files with 3 additions and 3 deletions

2
cinny

Submodule cinny updated: c264de53b5...7d866404b3

View File

@@ -785,7 +785,7 @@ export const Message = as<'div', MessageProps>(
const senderAvatarMxc = getMemberAvatarMxc(room, senderId);
// Get custom user color from avatar metadata (takes priority)
const customUserColor = useOtherUserColor(senderId, senderAvatarMxc);
const customUserColor = useOtherUserColor(senderId, room);
const tagColor = memberPowerTag?.color
? accessibleTagColors?.get(memberPowerTag.color)

View File

@@ -1,6 +1,6 @@
{
"name": "paarrot",
"version": "4.11.157",
"version": "4.11.159",
"description": "Paarrot - A Matrix client based on Cinny",
"engines": {
"node": ">=18.0.0"