Add note to self to check Follow edge case

このコミットが含まれているのは:
Cory Slep 2018-09-01 20:03:40 +02:00
コミット 806c037e3b
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -1243,7 +1243,7 @@ func (f *federator) handleAccept(c context.Context) func(s *streams.Accept) erro
for i := 0; i < raw.ObjectLen(); i++ {
if raw.IsObject(i) {
obj := raw.GetObject(i)
follow, ok := obj.(vocab.FollowType)
follow, ok := obj.(vocab.FollowType) // TODO: Random audit: Make sure this is correct
if !ok {
continue
}