This account is not set to public on notestock.
主に、Fediverseへの関心に基づいた投稿を行うアカウントです。DTP・印刷に関する話をしたり、同人の話をしたり、カレーをブーストしたりします。
Mastodonのcollaborator(開発者の一員)です。また、独自機能を盛り込んだFedibirdを管理・開発しています!
Mastodonサーバ『fedibird.com』の管理者アカウントでもあります。ご連絡は当アカウントへ、サーバインフォメーションについては https://fedibird.com/about/more と @info を参照してください。
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
@roytam1 きちんと機能しますよ。
サーバでコマンドが実行可能であれば、railsコマンドで記録されている件数を確認すると良いでしょう。
RAILS_ENV=production bin/rails r 'puts Account.find_local("noellabo").id'
私(noellabo)のaccount_idは1です。
ホームタイムラインのstatus_idはredisに記録されています。私のホームタイムラインのキーはfeed:home:1です。
RAILS_ENV=production bin/rails r 'puts Redis.current.zcard("feed:home:1")'
zcardで件数を確認します。2000と表示されます。
下記のコマンドで、status_idの一覧を取得できます。
RAILS_ENV=production bin/rails r 'puts Redis.current.zrange("feed:home:1", 0, -1)'
2000件のstatus_idが表示されます。
#fedibird 先のフォロー時のダイアログで、フォロー・購読解除時に確認ダイアログを表示する設定になっている場合、解除できないバグがありました。後ほど修正します。
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.