Add voters count support (#11917)

* Add voters count to polls

* Add ActivityPub serialization and parsing of voters count

* Add support for voters count in WebUI

* Move incrementation of voters count out of redis lock

* Reword “voters” to “people”
这个提交包含在:
ThibG
2019-09-29 22:58:01 +02:00
提交者 Eugen Rochko
父节点 cfe2d1cc4a
当前提交 3babf8464b
共有 13 个文件被更改,包括 113 次插入20 次删除

查看文件

@ -1030,6 +1030,9 @@ en:
private: Non-public toot cannot be pinned
reblog: A boost cannot be pinned
poll:
total_people:
one: "%{count} person"
other: "%{count} people"
total_votes:
one: "%{count} vote"
other: "%{count} votes"