Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

I’m building a new tool and looking for volunteers to test it!

General Discussion
62 58 10

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    11 Posts
    52 Views
    @NovemDecimal look for topics relevant to your interest, browse the federated timelines, spot posts that are interesting, follow people, contribute positively to discussions when you can
  • 0 Votes
    1 Posts
    7 Views
    When someone quote-boosts one of my Mastodon toots why do I get two identical notifications? One for the quote and the other for the boost? I use the web client of an instance that runs Mastodon Glitch Edition.#mastodon #fediverse
  • 0 Votes
    3 Posts
    8 Views
    BotKitは、ActivityPubボットを作るためのTypeScriptフレームワークです。既存のMastodon/Misskeyボットとの違いは、ボット自体が独立したサーバーとして動作すること。プラットフォームのアカウントは不要です。 文字数制限もなければ、APIレート制限に悩まされることもありません。 bot.onMention = async (session, message) => { await message.reply(text`こんにちは、${message.actor}さん!`); }; フェデレーション、HTTP Signatures、配送キューといったActivityPub周りの処理はFedifyがすべて引き受けます。ボットのロジックを書くだけです。 DenoでもNode.jsでも動きます。 https://botkit.fedify.dev/ #BotKit #Fedify #ActivityPub #TypeScript #Deno #NodeJS
  • 0 Votes
    1 Posts
    10 Views
    One final annoyance with my @gotosocial migration!I implemented a split-domain setup, as wonderfully documented by @gotosocial here: docs.gotosocial.org/en/latest/Note that #Mastodon also supports it, and documents it similarly here: docs.joinmastodon.org/admin/coIn both Mastodon and #GoToSocial, I notice that web clients FAIL to login with the account domain.From what I see on the web server, the account domain receives exactly ONE request:"POST /api/v1/apps HTTP/2.0" 404 146 "-" "Tusky/31.1 Android/15 OkHttp/5.1.0"(This is Tusky, but Mastodon's app and others behave the same)I tried to 301 / 307 redirect that endpoint (against @gotosocial's recommendation), but that fails in the same way (except I see the different matching code on the web server).As a side effect, apps show my username as: at evilham at fedi.unchat.cat, instead of @evilham, which is what I actually wanted.What to do? >,<