We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When I create a post with a text that ends with "something.something?", a "=" is appended turning it into "something.something?=".
To reproduce
Steps to reproduce the behavior:
/\w+\.\w+\?/
hello asdf.qq?
hello asdf.qq?=
Does this happen in the official app?
Does this issue also occur with the respective upstream release?
No
Screenshots and screen recordings
If applicable, add screenshots (and screen recordings, if possible) to help explain your problem.
Version
Moshidon version: 2.3.0+fork.107.moshinda-play (107)
Crash log
If you know your way around Android development tools, please consider attaching a crash log, if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I create a post with a text that ends with "something.something?", a "=" is appended turning it into "something.something?=".
To reproduce
Steps to reproduce the behavior:
/\w+\.\w+\?/
, exhello asdf.qq?
.hello asdf.qq?=
Does this happen in the official app?
Does this issue also occur with the respective upstream release?
Screenshots and screen recordings
If applicable, add screenshots (and screen recordings, if possible) to help explain your problem.
Version
Moshidon version: 2.3.0+fork.107.moshinda-play (107)
Crash log
If you know your way around Android development tools, please consider attaching a crash log, if possible.
The text was updated successfully, but these errors were encountered: