/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/notify_tracking.json
65 строк
1 KB
Maxwell Krohn
blocking: if you block, delete blocked follower from your profile (#21220)
26 ноя 2019, 01:37
Не верифицирован
26 ноя 2019, 01:37
117ea67
Код
Авторство
О чём код?
{ "protocol": "NotifyTracking", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [], "messages": { "trackingChanged": { "request": [ { "name": "uid", "type": "UID" }, { "name": "username", "type": "string" }, { "name": "isTracking", "type": "boolean" } ], "response": null, "notify": "" }, "trackingInfo": { "request": [ { "name": "uid", "type": "UID" }, { "name": "followers", "type": { "type": "array", "items": "string" } }, { "name": "followees", "type": { "type": "array", "items": "string" } } ], "response": null, "oneway": true }, "notifyUserBlocked": { "request": [ { "name": "b", "type": "UserBlockedSummary" } ], "response": null, "oneway": true } }, "namespace": "keybase.1" }