0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-12 23:47:25 +00:00
nextcloud_server/lib/private/Comments
Joas Schilling e772fe68a4 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-19 14:06:12 +00:00
..
Comment.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Manager.php fix(comments): Use provided offset in best effort when loading comments 2023-09-19 14:06:12 +00:00
ManagerFactory.php composer run cs:fix 2023-01-20 11:45:08 +01:00