nextcloud-server/lib/private/Comments
Joas Schilling 4d2217073a
fix(comments): Use provided offset in best effort when loading comments
When we didn't find the "$lastKnownComment" the whole condition was ignored.
Now we still use the ID as an offset.
This is required as a fall-back for expired messages in Talk
and deleted comments in other apps.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-09-18 20:09:32 +07:00
..
Comment.php Throw if creation date is read before inserting into database 2023-06-20 12:14:57 +07:00
Manager.php fix(comments): Use provided offset in best effort when loading comments 2023-09-18 20:09:32 +07:00
ManagerFactory.php composer run cs:fix 2023-01-20 11:45:08 +07:00