mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

I guess something around filtering is not working as expected. It seems that boosts by a followee is unexpectedly filtered out.

app/javascript/mastodon/components/status.jsでstatus.get('filtered') || status.getIn(['reblog', 'filtered'])のたぶんstatus.reblog.filteredがfalseになっててほしいのにtrueになってるんだろうけど

app/javascript/mastodon/selectors/index.jsの97行目くらいかしら…

zunda

statusReblog?.get('filtered')をパーズできないでいますw