this post was submitted on 10 Jun 2023
1381 points (98.8% liked)

Memes

45357 readers
2740 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
1381
submitted 1 year ago* (last edited 1 year ago) by SeaStar to c/[email protected]
 

People need to realize you can use alternatives

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 13 points 1 year ago (1 children)

For now, as a workaround, you can manually make it a hyperlink: /c/[email protected]

Just use [/c/[email protected]](/c/[email protected]). This should open correctly on all instances.

[โ€“] [email protected] 9 points 1 year ago* (last edited 1 year ago)

Maybe a pull request can be made to change the auto fill behaviour. At least in the browser, start typing !technology and it will display a list of the technology communities. Unfortunately, selecting one, [email protected] for example, autofills to [[email protected]](https://beehaw.org/c/technology). This method opens up the Beehaw instance directly.

Maybe it should autofill [email protected] to [[email protected]](/c/[email protected]). This method opens the community through your current instance.


Seems like line 703 of https://github.com/LemmyNet/lemmy-ui/blob/main/src/shared/utils.ts#L703 is the relevant code. I'm away for the weekend so can't do much myself at the moment