nmtake

joined 2 years ago
[–] [email protected] 3 points 4 months ago (2 children)

I believe that detection works for posts in the same community too. I posted two same links in a community and both was detected as cross-posted:

You can get the cross posts via API resposne. See cross_posts field in the response of https://<instance>/api/v3/post?id=<ID>.

[–] [email protected] 11 points 6 months ago (1 children)

Yes, they started the restriction a year ago. For a future reference, here's the announcement about the restriction (written in Japanese): https://support.misskey.io/hc/ja/articles/7604557294607

[–] [email protected] 3 points 7 months ago

I think it doesn't work. I skimmed Lemmy source code (search scrape_text_for_mentions if you're interested) and found this issue so I'm almost sure the mention in the post body doesn't work, but haven't tested, so I used the word may. Sorry for your confusion.

[–] [email protected] 1 points 7 months ago (3 children)

FYI username mention in a post body (not in a comment) may not work.

[–] [email protected] 3 points 7 months ago

Oddly, the endpoint on lemm.el and lemmy.ml return comments:

> curl 'https://lemm.ee/api/v3/comment/list?post_id=45734814' | jq '.comments.[] | .comment.content[:50]'
"Yeah, you're right. I didn't read enough of the do"
"Thank you for the tip ... but whatever I try with "
"~~In 0.19.5, they removed the deprecated `post_id`"

> curl 'https://lemmy.ml/api/v3/comment/list?post_id=21766749' | jq '.comments.[] | .comment.content[:50]'
"Yeah, you're right. I didn't read enough of the do"
"Thank you for the tip ... but whatever I try with "
"~~In 0.19.5, they removed the deprecated `post_id`"

I think it would be better to ask the admin of the instance before creating the issue.

[–] [email protected] 5 points 7 months ago

Roots of Pacha - well polished, stress free farming sim. Highly recommended if you like Stardew Valley or Story of Seasons.

[–] [email protected] 2 points 8 months ago

Vertico expands the minibuffer which I do not like.

You might want to try some Vertico extensions such as vertico-flat that displays completion candidates horizontally.

[–] [email protected] 1 points 8 months ago

Thanks for writing the summary for the current image-proxying related issues. I prefer the "proxying images route" for better privacy, but its drawbacks sounds worse.

If Lemmy has a user-customizable setting like "Don't load external media automatically" (including images, videos, etc.), I'm happy with the "passing through external images" route.

[–] [email protected] 1 points 8 months ago

Yes, fenced code block with specifying langauge may work as a workaround.

```text
systemctl --user cat emacs
```

but I said "inline" explicitly.

[–] [email protected] 2 points 8 months ago (2 children)

lemmy-ui: Highlighting some words blindly in inline code is really annoying. For example,

  • systemctl --user cat emacs
  • pactl load-module module-switch-on-connect
[–] [email protected] 8 points 8 months ago

Since it's a MediaWiki page you can get Markdown source of the page with appending action=raw query to the URL.

view more: ‹ prev next ›