Skip to content
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

Element truncates all numbers except the last two on beginning of a message #22216

Closed
Brice187 opened this issue May 16, 2022 · 1 comment
Closed
Labels

Comments

@Brice187
Copy link

Steps to reproduce

Start chat message with any number between 3 and 9 digits ending with a dot.

The visible message only contains the last two digits and the dot. If you try to edit the last message, the correct number is shown.

Outcome

What did you expect?

12.-> 12.
123.-> 123.
12345678. -> 12345678.
1234567899. -> 1234567899.

What happened instead?

12.-> 12.
123.-> 23.
12345678. -> 78.
1234567899. -> 1234567899.

Operating system

Linux Mint uma

Application version

Element: 1.10.11, Olm: 3.2.8

How did you install the app?

apt

Homeserver

local (synapse:v1.54.0)

Will you send logs?

No

@t3chguy
Copy link
Member

t3chguy commented May 16, 2022

Duplicate of #14621

@t3chguy t3chguy marked this as a duplicate of #14621 May 16, 2022
@t3chguy t3chguy closed this as completed May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants