message texture cache + message image loader (no inline images yet)

This commit is contained in:
2023-08-02 16:36:34 +02:00
parent e362af8271
commit 01fddd19cd
5 changed files with 103 additions and 2 deletions

View File

@ -27,7 +27,7 @@ ChatGui4::ChatGui4(
RegistryMessageModel& rmm,
Contact3Registry& cr,
TextureUploaderI& tu
) : _conf(conf), _rmm(rmm), _cr(cr), _tal(_cr), _contact_tc(_tal, tu) {
) : _conf(conf), _rmm(rmm), _cr(cr), _tal(_cr), _contact_tc(_tal, tu), _msg_tc(_mil, tu) {
}
void ChatGui4::render(void) {