thelounge/server/models
Val Lorentz 76098d7e76 Fix incorrect typing of dehydrated networks and channels
Client and ClientManager deal with both 'dehydrated' channels/networks (ie. directly
from JSON configuration) and the 'rehydrated' ones (classes, with socket objects,
message arrays, etc.).

However, because their attributes are similar, both types were used interchangeably,
which becomes an issue when splitting Client's configuration loading into smaller
methods.
2023-03-15 08:40:53 +01:00
..
chan.ts Fix incorrect typing of dehydrated networks and channels 2023-03-15 08:40:53 +01:00
msg.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
network.ts Fix incorrect typing of dehydrated networks and channels 2023-03-15 08:40:53 +01:00
prefix.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
user.ts user: don't force existence of constructor properties 2023-01-30 01:45:58 +01:00