Implement Channel Watching

This commit is contained in:
syuilo 2017-11-01 19:33:08 +09:00
parent 2b3937d731
commit d6b03c43eb
9 changed files with 244 additions and 27 deletions

View file

@ -490,6 +490,14 @@ const endpoints: Endpoint[] = [
{
name: 'channels/posts'
},
{
name: 'channels/watch',
withCredential: true
},
{
name: 'channels/unwatch',
withCredential: true
},
{
name: 'channels'
},