Add note to self to check Follow edge case

This commit is contained in:
Cory Slep 2018-09-01 20:03:40 +02:00
parent 3b3c8efdd1
commit 806c037e3b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}