SchildiChat / SchildiChat-android

Matrix client / Element Android fork
https://schildi.chat/android/
Apache License 2.0
385 stars 49 forks source link

add support for the .gay tld #229

Open TruncatedDinoSour opened 4 months ago

TruncatedDinoSour commented 4 months ago

schildichat mobile doesnt recognise .gay as a tld, i think this should be added :

mobile :

image

web ( desktop ) :

image

TruncatedDinoSour commented 4 months ago

( i tried adding this feature myself but im unable to find anything using grep and not feeling like digging through the codebase at 6 am )

SpiritCroc commented 4 months ago

Pretty sure URLs are either detected by some library or even Android OS function, so nothing I will touch.

TruncatedDinoSour commented 4 months ago

Pretty sure URLs are either detected by some library or even Android OS function, so nothing I will touch.

ah, alright,, guess thats why i couldnt grep for it