.hgtags
author Kim Alvefur <zash@zash.se>
Sun, 25 Jun 2023 16:27:55 +0200
changeset 5575 ca3c2d11823c
parent 2173 9fa588babbba
permissions -rw-r--r--
mod_pubsub_feeds: Track latest timestamp seen in feeds instead of last poll This should ensure that an entry that has a publish timestmap after the previously oldest post, but before the time of the last poll check, is published to the node. Previously if an entry would be skipped if it was published at 13:00 with a timestamp of 12:30, where the last poll was at 12:45. For feeds that lack a timestamp, it now looks for the first post that is not published, assuming that the feed is in reverse chronological order, then iterates back up from there.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
638
60cee6923ee7 Tagging last 0.8.x compatible revision of this repo, for 0.8.x support move to http://code.google.com/p/prosody-modules.0-8/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     1
2c07bcf56a36d6e74dc0f5422e89bd61f4d31239 0.8-diverge
2173
9fa588babbba Tag last commit available on Google Code for future reference
Kim Alvefur <zash@zash.se>
parents: 638
diff changeset
     2
1656d4fd71d07aa3a52da89d4daf7723a555e7dd last-google-code-commit