activitypub

Back Open Paginator
13.01.2026 14:29
ishii00141 (@ishii00141@mastodon.social)

が修正するたびに、 に送信される問題。これが嫌な人もいるという話か…。
なるほどね。これって、最近の に追加された「編集」機能の是非の問題に近いかも。
ブーストした側としては、ブーストした後に編集されたら、通知してくれないと困る。まともな投稿だと思ってブーストした後に、問題のある投稿に編集されることもあるから。WordPressの記事なら、なおさら。

ただ、編集しても更新が通知されないことがある。それは、送信データが変更されてない場合だと思う。全文ではなく抜粋を送信しているから、抜粋部分が変わらなければ、マストドンでの表示は変わらない。

修正のたびに通知されるのが嫌ならば、抜粋文を変えなければ良いのだと思う。私の場合、送信コンテンツの前にハッシュタグを追加しているから、タグを変更するだけで通知されるようになる。




Show Original Post


13.01.2026 14:11
oliver (@oliver@microhive.me)
I've just updated my #Snac instance to stable version 2.88 👍 🎉
You don't know Snac? But you should: https://codeberg.org/grunfink/snac2
A simple, minimalistic and well documented #ActivityPub instance server written in C, no database needed, totally JavaScript-free, no cookies either, not much bullshit.
A lot of new great stuff in version 2.88, changes that make our Fediverse life easier, "muted words" ... whaaaaaaaat!!? Yes! 🤩

#snac2 #fediverse #frugalfediverse



Show Original Post


13.01.2026 12:49
(@@ishii00141.stars.ne.jp)

正規表現を変更して、句読点や全角のスペース、全角の!、全角の?の後のハッシュタグもピックアップするようにした。
修正前:

(?<=^|\s|<p>|<br>)

修正後:

(?<=^|\s|<p>|<br>| |、|。|!|?)

また、全角のスペースで終了してもピックアップするようにした。
修正前:

(?=\s|[\p{P}\p{S}]|$)

修正後:

(?=\s|[\p{P}\p{S}]| |$)

これにより、#ハッシュタグ もピックアップされるはず。#WordPress、#ActivityPub!のように終了部分は元のままで、区切りとして認識されたらしい。#tag。




Show Original Post


13.01.2026 12:04
oweo (@oweo@mastodon.social)

We’re building @oweo to help people navigate the Fediverse across different software and servers, without losing that freedom.

And we’d love to hear what you want that experience to feel like.

Try it at oweo.app




Show Original Post


13.01.2026 12:04
oweo (@oweo@mastodon.social)

Most people think you “sign up to Mastodon.”

That’s not quite true.

You sign up to a server, and that connects you to a much larger network.

Mastodon is software that runs on those servers.

ActivityPub is the protocol that lets them all talk to each other.

That shift from platform to protocol changes who has power, who owns their presence, and how easy it is to leave without losing everything.





Show Original Post


13.01.2026 11:02
ishii00141 (@ishii00141@mastodon.social)

RE: activitypub.blog/2026/01/12/wo


v4.6.0-alpha.2+pr-37417-ef6b223
元のWordPressの記事で #2025 のような数字だけのタグが付けられていても、受け取ったマストドンでは数字だけのハッシュタグは表示しないようだ。




Show Original Post


13.01.2026 10:00
ruhrwellenreiter (@ruhrwellenreiter@nexxtpress.de)
#Fediverse-Fail: Mainz, Verbraucherzentrale-SH et al.

Die @verbraucherzentrale_sh ist ja nur die letzte „Institution“ im Dienste der Öffentlichkeit (und ein eingetragener gemeinnütziger Verein), der das Fediverse (noch) nicht verstanden hat. Auch die Landeshauptstadt @mainz_de, deren Rückzug aus dem offenen Netzwerk auf der Zielgeraden des vergangenen Jahres gerade noch abgewendet wurde, hat eigentlich die falschen Schlüsse gezogen.

Zum Blog: nexxtpress.de/ruhrwellenreiter



Show Original Post


13.01.2026 09:59
20260113-1759-5041 (@20260113-1759-5041@ishii00141.stars.ne.jp)

プラグイン「ActivityPub」が7.8.3に更新された。
#ActivityPub #Fediverse #WordPress #プラグイン #仕様

ActivityPub – WordPress plugin | WordPress.org
wordpress.org/plugins/activity

7.8.3 – 2026-01-12

Security

mproved security of the Starter Kit URL import by using wp_safe_remote_get.

Added

Force content negotiation on author pages when using permalink as Actor ID.

Fixed

Actors: avoid PHP warnings w [...続きは下のURLで]

https://ishii00141.stars.ne.jp/20260113-1759-5041/


Show Original Post


13.01.2026 09:47
snac (@snac@comam.es)
I've just published version 2.88 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:

If disable_emojireact is set to true in server.json, EmojiReacts (incoming and outgoing) are totally disabled.

New command-line option top_ten, that returns the top ten most popular posts by a user (ordered by the sum of likes and boosts) (contributed by aov).

Added a new set of per-user muted words; if a post contains any of them, it's hidden behind a dropdown (contributed by byte).

If an account has a metadata named pronouns, it's shown by the name (contributed by violette).

Mastodon API: children of a post are returned recursively, not just the first level (contributed by violette).

Implemented optional metadata stripping for images and videos using external tools (contributed by Stefano Marinelli).

https://comam.es/what-is-snac

If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.

#snacAnnounces #FrugalFediverse




Show Original Post


13.01.2026 09:07
pfefferle (@pfefferle@mastodon.social)

Happy new year 🎉

We’ve just shipped a new patch release (7.8.3) of the plugin, bringing a range of fixes and improvements.

* Improved compatibility with Akismet, ClassicPress and Polylang
* Fixed visibility default handling for old post
* Improved the handling of Hashtags

Thanks @maxheadroom @jeherve and @linos for your contributions!

github.com/Automattic/wordpres




Show Original Post


13.01.2026 07:42
(@@ishii00141.stars.ne.jp)

投稿文中のハッシュタグはリンクにならずにつ以上のテキスト扱いなので、ハッシュタグリンクとハッシュタグ一覧が重複するか確認する実験はできなかった。
ただ、ハッシュタグの並び順は、アルファベット順ではなく、ピックアップされた順になっていることが分かった。

#WordPress #ActivityPub #Hashtags #tag




Show Original Post


13.01.2026 07:37
(@@ishii00141.stars.ne.jp)

#WordPress のプラグイン #ActivityPub でコメント欄にハッシュタグがある場合のテスト。
「コンテンツにネイティブタグとしてハッシュタグを追加し、タグリンクで #tag を置き換えます。」のチェックを外した状態。
投稿の最後に改行とハッシュタグ一覧を追加してみる。

#ActivityPub #Hashtags #tag #WordPress




Show Original Post


1 ...141 142 143 144 145 146 147 148 149 150 151 ...360
UP