Actions
Bug #6852
closedPinned activity causing wrong timestamp usage for auto update
Description
When activity is pinned it's always at the top. Its timestamp could be very far in the past resulting in it checking for updates extremely far back. Activity that's on the second page won't be found as a duplicate so it'll load in old activity. Pinned should just be skipped for timestamp check and new activity should always be added after the pin.
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Also fixed new posts being added before a pin when they should be added after (pin is ALWAYS first).
Actions