Erik Johnston
79fb64e417
Fix to-device being dropped in limited sync in SQLite. ( #11966 )
...
If ther are more than 100 to-device messages pending for a device
`/sync` will only return the first 100, however the next batch token was
incorrectly calculated and so all other pending messages would be
dropped.
This is due to `txn.rowcount` only returning the number of rows that
*changed*, rather than the number *selected* in SQLite.
2022-02-11 13:38:05 +00:00
..
2022-01-12 16:09:36 +00:00
2021-11-30 10:12:18 -08:00
2022-02-07 18:26:42 +00:00
2021-12-03 16:42:44 +00:00
2022-01-12 14:54:06 +00:00
2021-10-01 11:39:17 -04:00
2022-02-11 12:06:02 +00:00
2022-02-11 07:20:16 -05:00
2022-02-03 18:36:49 +00:00
2022-02-02 22:41:57 +00:00
2021-11-03 13:11:16 +00:00
2021-11-29 17:57:06 +01:00
2022-02-08 11:03:08 -05:00
2022-02-11 13:38:05 +00:00
2021-04-14 15:34:27 +01:00
2021-09-29 06:44:15 -04:00
2021-07-26 12:17:00 -04:00
2022-02-02 09:59:55 +00:00
2022-01-05 13:33:28 +00:00
2022-01-05 11:41:49 +00:00
2021-04-14 15:34:27 +01:00
2022-01-24 08:58:18 -05:00
2021-04-14 15:34:27 +01:00
2021-10-18 18:28:30 +01:00
2022-01-06 09:09:30 -08:00
2021-10-20 11:05:29 +01:00
2021-04-14 15:34:27 +01:00
2021-04-14 15:34:27 +01:00
2021-09-24 11:01:25 +01:00
2021-09-23 11:59:07 +01:00
2021-08-17 11:57:58 +00:00
2021-04-14 15:34:27 +01:00
2021-07-13 11:43:15 +01:00
2021-12-02 18:13:30 +00:00
2022-02-11 12:06:02 +00:00
2022-01-07 19:13:41 +00:00