You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hashtags bridged from Telegram to matrix use a blue font, making them hard to read or even unreadable on dark backgrounds like in the Element dark mode since there is not enough contrast.
Since the corresponding event sources have entries like "formatted_body": "<font color='blue'>#tag</font>" I suspect mautrix-telegram to directly insert the font color.
It would be nice to change the color to one that works well with different backgrounds or to get rid of the color.
The text was updated successfully, but these errors were encountered:
* master_tulir: (48 commits)
Fix bug in !tg create. Fixesmautrix#736
bridge state: use TRANSIENT_DISCONNECT if connection drops and is expected to come back soon
Very basic support for live location
Add support for t.me/+code invite links
Bump version to 0.11.1
Update some small things
Make telegram blue text more readable on dark themes. Fixesmautrix#729
Use min() instead of sorting list
Update dependencies and fix some things in config updater
Deduplicate lottieconverter calls in tgs_converter
Delete nulls in message table. Fixesmautrix#731
Update changelog
Don't use parameters for pg_constraint query
voice messages: bridge from Telegram to native Matrix
Send message checkpoints for Matrix edits too
Find constraint names dynamically to work around schemas broken by pgloader
Add missing await to get_input_entity in HTML parser (mautrix#724)
Don't redact reactions in chats with relaybot
Don't alter columns to not null on sqlite
Fix some things in dedup changes
...
Hashtags bridged from Telegram to matrix use a blue font, making them hard to read or even unreadable on dark backgrounds like in the Element dark mode since there is not enough contrast.
Since the corresponding event sources have entries like
"formatted_body": "<font color='blue'>#tag</font>"
I suspect mautrix-telegram to directly insert the font color.It would be nice to change the color to one that works well with different backgrounds or to get rid of the color.
The text was updated successfully, but these errors were encountered: