discourse/plugins/chat/app
Loïc Guitaut 5f4623ba47 DEV: Refactor UpdateUserLastRead a little
We’re now using `contract` as the first step and validations for
mandatory parameters have been added.

To simplify specs a bit, we only assert the service contract is run as
expected without testing each validation case. We’re now testing the
contract itself in isolation.
2023-02-13 17:03:41 +01:00
..
controllers DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
core_ext
helpers DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
jobs DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
models DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
queries
serializers FIX: Channel archive N1 when serializing current user (#19820) 2023-01-11 14:39:56 +10:00
services DEV: Refactor UpdateUserLastRead a little 2023-02-13 17:03:41 +01:00
views