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.
萌えおせち、飲食店ブランドだとイメージ的にハイリスクだし、独自ブランドだと衛生面で信頼がなくて客が敬遠するやつかもしれない
一正蒲鉾 いちまさ アンパンマンおせちセット 1〜2人前 https://item.rakuten.co.jp/ichimasa/10000146/
ポケモンおせち https://item.rakuten.co.jp/tokatsu-foods/pokemon/ さつきのは箱だけだつたけど、これは中身いりのキャラクターおせち。
ポケモンセンターオリジナル ピカチュウの黄色い重箱二段 https://store.shopping.yahoo.co.jp/giftake/4521329294186.html キャラクターおせちの例
This account is not set to public on notestock.
STはそのへん気にしてなかったな。単純に検索APIひいて読めなかったら別アカ操作に失敗する。そのタイミングまでに別手段で非公開投稿を読めているという期待をしてない。
if toot.Domain == account.Domain {
return toot.Id
} else {
local := toot.FindLocalIdCacheByDomain(account.Domain)
if local != nil {
return local
}
localToot = account.Api.Search(toot.Url)
if localToot != nil {
return localToot.Id
}
}
// id lost!!