diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-03-20 19:55:29 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-03-20 19:55:29 +0100 |
commit | 2d7653dc8726185615bab66353c4e3fb8fbb5a5f (patch) | |
tree | 590a689822af7ab23a79cac43f10a209149ecee0 /README.md | |
parent | 34831b4843c161248109fb10876c1600578491de (diff) | |
download | PeerTube-2d7653dc8726185615bab66353c4e3fb8fbb5a5f.tar.gz PeerTube-2d7653dc8726185615bab66353c4e3fb8fbb5a5f.tar.zst PeerTube-2d7653dc8726185615bab66353c4e3fb8fbb5a5f.zip |
Videos likes/dislikes is implemented :)
Closes https://github.com/Chocobozzz/PeerTube/issues/44
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -104,7 +104,8 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
104 | - [ ] User subscriptions (by tags, author...) | 104 | - [ ] User subscriptions (by tags, author...) |
105 | - [X] Signaling a video to the admin origin pod | 105 | - [X] Signaling a video to the admin origin pod |
106 | - [X] Videos view count | 106 | - [X] Videos view count |
107 | - [ ] Videos likes/dislikes | 107 | - [X] Videos likes/dislikes |
108 | - [ ] Videos comments? | ||
108 | 109 | ||
109 | ## Installation | 110 | ## Installation |
110 | 111 | ||