this post was submitted on 13 Jul 2024
28 points (96.7% liked)

askchapo

22845 readers
439 users here now

Ask Hexbear is the place to ask and answer ~~thought-provoking~~ questions.

Rules:

  1. Posts must ask a question.

  2. If the question asked is serious, answer seriously.

  3. Questions where you want to learn more about socialism are allowed, but questions in bad faith are not.

  4. Try !feedback@hexbear.net if you're having questions about regarding moderation, site policy, the site itself, development, volunteering or the mod team.

founded 4 years ago
MODERATORS
 

Specifically I'm unable to change my keyboard input language when in the app, emojis don't always work, and there is no way to use hexbear emojis in app.

If there is an app or there that solves these issues I'm all for it

you are viewing a single comment's thread
view the rest of the comments
[–] Chronicon@hexbear.net 3 points 6 months ago* (last edited 6 months ago)

it shouldn't matter if you reupload emojis. The image backend is smart enough to see it's the same image and just add a new link that points to the same file on disk.

Though they won't get emoji styling applied in the web ui if the image markdown doesn't have the right tag after it, they'll be large, blurred, and hidden behind a Show button

e.g. ![](https://hexbear.net/pictrs/image/1ce95a7b-7bbf-4c2d-aeba-8c7a390d2c40.png)

vs.

![](https://hexbear.net/pictrs/image/1ce95a7b-7bbf-4c2d-aeba-8c7a390d2c40.png "emoji sicko-yes")

In the process of testing out the above I discovered that you can also do this:

![](https://hexbear.net "emoji sicko-yes")

you don't have to have the emoji URL at all, our UI will retrieve the right image for you. This means you could have an image that appears as one image to people on other instances but a regular emoji to someone browsing from hexbear.net. Devious