pong should quote ping id. from curt
This commit is contained in:
parent
664f319b28
commit
372a274aa6
1 changed files with 1 additions and 1 deletions
2
web.go
2
web.go
|
@ -395,7 +395,7 @@ func inbox(w http.ResponseWriter, r *http.Request) {
|
|||
case "Ping":
|
||||
id, _ := j.GetString("id")
|
||||
ilog.Printf("ping from %s: %s", who, id)
|
||||
pong(user, who, obj)
|
||||
pong(user, who, id)
|
||||
case "Pong":
|
||||
ilog.Printf("pong from %s: %s", who, obj)
|
||||
case "Follow":
|
||||
|
|
Loading…
Reference in a new issue