Cleanup
This commit is contained in:
parent
76f9e14b93
commit
5fc3b48e70
4 changed files with 64 additions and 37 deletions
1
http.go
1
http.go
|
@ -251,6 +251,7 @@ func Serve(actors map[string]Actor) {
|
|||
// return
|
||||
// }
|
||||
actor.following[acceptor] = hash
|
||||
PrettyPrint(activity)
|
||||
delete(actor.requested, acceptor)
|
||||
actor.save()
|
||||
case "Reject":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue