aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Vote.php
Commit message (Collapse)AuthorAgeFilesLines
* pooll fixesMario2022-12-201-4/+2
|
* update_poll() can be called many times in a row for the same item if a ↵Mario2021-12-221-9/+4
| | | | multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier
* vote issueMario2020-02-201-1/+4
|
* poll fixesMario2020-02-101-2/+3
|
* poll updateszotlabs2020-02-091-4/+14
|
* basic poll support and patch to not call System::get_platform_name() within ↵zotlabs2020-01-301-0/+129
t() unless needed. Polls probably need refining and have not yet been fully tested after porting