Copying a URI prepends about:ambiguous-address? to URI
Versions
- OS: Manjaro
- Gajim version: 1.9.5+3078e6e0 (Unix/Linux)
- GTK version: 4.16.12
- Python-nbxmpp version: 5.0.4
Steps to reproduce the problem
- Write a message containing
test@example.org - Right click on the address hyperlink
- Click "Copy link location" (see screenshot)
Expected behavior
Link is copied as-is.
Actual behavior
about:ambiguous-address?test@example.org is copied instead.
This string seems to come from Gajim itself. It can be found here: https://dev.gajim.org/gajim/gajim/-/blob/master/gajim/common/styling.py#L407
