@tadd それそれ!コマーシャルだけみるんですよね。メジャーになったもんだw
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
ゴミ捨て完了記念に
b0cda7a50 (upstream/master) Fix vote checkmark in poll results (#11990)
50af41a00 Fix unscoped being used in the wrong place (#11987)
de5305a3a Fix redirecting non-functional accounts on public pages (#11978)
3ec80c7ae Fix preview card image not being re-fetched even if link is re-posted (#11981)
32ff78f74 Fix index not being used in Status.reblogs_map (#11982)
27719a400 Fix older migrations not working due to new default scope (#11983)
ab33c4df9 Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)
234c729c5 New Crowdin translations (#11909)
18b451c0e Change silences to always require approval on follow (#11975)
\Master/ \ますたー/
Merged tootsuite/mastodon at b0cda7a504655f6ced33802af67cabb6f3e46e19.
WASMを知らなくてもgoはWASMにコンパイルできるよ
ojichat-plaintext/README.md at master · zunda/ojichat-plaintext · GitHub https://github.com/zunda/ojichat-plaintext/blob/master/README.md#in-browser
PGP 、鍵の管理を「正しく」行わないと信頼管理がうまく機能しないので、物事をちゃんと理解して正しく使えないライトユーザには一生普及すまいという言説を見て、なるほどなぁと思った
iPhoneなどの旧モデルに「修正不能」な脆弱性、それがセキュリティ研究者にとっては“福音”となる|WIRED.jp https://wired.jp/2019/09/29/ios-exploit-jailbreak-iphone-ipad/
逃げる夢っていくらがんばって走っても前に進むないのが疲れるよね。歩くのには問題ないのにね。たぶん走っているときに前に進んでいると認識するために手足の物理的な運動が必要なんだろうの想像してる。
tootctl accounts:refreshでアイコンを再取得してくれないの、
https://github.com/tootsuite/mastodon/blob/c5d37f1/lib/mastodon/accounts_cli.rb#L282
から辿っていくと、
https://github.com/tootsuite/mastodon/blob/031ca25/app/models/concerns/remotable.rb#L54
で確認したときにavatar_remote_urlがnilの場合もあるようだ。
試験用のアカウントはrails cで下記のように取得した。今回は4つ目のアカウントでリモートにアイコンが設定されているのを確認できた。
a = Account.where(avatar_file_name: nil).take(4).last
# リモートでのURL
a.url
# 自インスタンスでのURL
"https://mastodon.zunda.ninja/web/accounts/#{a.id}"
# nilが返り自インスタンスで確認するとアイコンはデフォルト像さんのまま
a.reset_avatar!
# メソッドの定義されている場所を探す
a.method(:reset_avatar!).source_location
このアカウントは、notestockで公開設定になっていません。