akkoma/test
Tusooa Zhu ce13b9c183
Guard against outdated Updates
It is possible for an earlier Update to be received by us later.
For this, we now
(1) only allows Updates to poll counts if there is no updated field,
    or the updated field is the same as the last updated date or
    creation date;
(2) does not allow updating anything if the updated field
    is older than the last updated date or creation date;
(3) allows updating updatable fields otherwise (normal updates);
(4) if only the updated field is changed, it does not create
    a new history item on its own.
2022-07-27 15:01:09 +03:00
..
config Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
credo/check/consistency Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
fixtures ensure quote fetching obeys max thread distance (#119) 2022-07-26 17:28:47 +00:00
instance_static support for special chars in pack name 2020-09-24 09:12:37 +03:00
mix purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
pleroma Guard against outdated Updates 2022-07-27 15:01:09 +03:00
support Return the corresponding object id in attachment view 2022-07-27 14:55:37 +03:00
test_helper.exs Use finch everywhere (#33) 2022-07-04 16:30:38 +00:00