Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-26 | Move out the avatar code from User | Kitsune Ral | |
Avatars are also a property of rooms, and the supporting code is basically the same. The only thing different will be emitted signals, and the cleanest thing to support that (aside from making Avatar a QObject) seems to be to parameterise the thumbnail-updating logic with a continuation invoked upon completion of the thumbnail job. |