May 2026 releases // Stickers everywhere
Posted on • 337 words
| Software | Version |
|---|---|
| mautrix-gmessages | v26.05 |
| mautrix-whatsapp | v26.05 |
| mautrix-telegram | v26.05 |
| mautrix-gvoice | v26.05 |
| mautrix-signal | v26.05 |
| mautrix-slack | v26.05 |
| mautrix-meta | v26.05 |
| meowlnir | v26.05 |
| gomuks | v26.05 |
| mautrix-go | v0.28.0 |
| go-util | v0.9.9 |
Bridges
This month's focus was better support for stickers and emojis. Telegram already got emoji pack import with the rewrite released last month, and this month it was extended to work properly with stickers (including sending animated stickers back to Telegram). Signal and WhatsApp support importing sticker packs (both static and animated) and Slack supports importing the workspace emojis.
To import packs, simply use import-image-pack <url> in your management room
and it'll put it in your personal filtering space. For Slack, the pack URL is
your workspace URL, and if you have multiple logins, you can use
import-image-pack <login ID> <url> with the IDs from list-logins.
Coincidentally, MSC2545 was also accepted this month. To encourage adoption
of stable identifiers, the bridges will only send the stable m.room.image_pack
event type. Complain to your local client developer if you can't see imported
packs.
Unrelated to stickers, mautrix-manager got a fix for Google logins, which will hopefully help with logging into Google Messages now that QR login is no longer possible. The latest macOS release binary is also signed, which should allow installing it without workarounds to allow unsigned apps. Windows is probably too niche and too expensive to bother with, so those binaries remain unsigned.
gomuks
Support for reading the stable MSC2545 event types was naturally already added. Image packs will be deduplicated by state key with the stable event type taking priority if it exists.
Using packs imported with bridges is still a bit tricky as space image packs aren't propagated to child rooms automatically. However, you can subscribe to packs in the space by using the override view -> timeline button in settings, then using the sticker picker in that room to subscribe to packs.
In non-sticker news, notification sounds can now be customized in settings by
providing the mxc:// URI to any sound file. You can also disable notification
sounds by clearing the sound field.