thelounge/server/models
Reto Brunner d62dd3e62d messageStorage: convert to async
Message stores are more complicated that a sync "fire and forget"
API allows for.
For starters, non trivial stores (say sqlite) can fail during init
and we want to be able to catch that.
Second, we really need to be able to run migrations and such, which
may block (and fail) the activation of the store.

On the plus side, this pushes error handling to the caller rather
than the stores, which is a good thing as that allows us to eventually
push this to the client in the UI, rather than just logging it in the
server on stdout
2022-11-02 00:01:36 +01:00
..
chan.ts messageStorage: convert to async 2022-11-02 00:01:36 +01:00
msg.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
network.ts Use nick as a realname fallback 2022-08-28 11:21:54 +02:00
prefix.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
user.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00