add tox friend faux offline message (still wonky) + small file copy error handling

This commit is contained in:
2024-02-02 20:26:50 +01:00
parent 7948d820c3
commit 0c674e0137
6 changed files with 261 additions and 3 deletions

View File

@ -25,6 +25,7 @@
#include "./settings_window.hpp"
#include "./tox_ui_utils.hpp"
#include "./tox_dht_cap_histo.hpp"
#include "./tox_friend_faux_offline_messaging.hpp"
#include <string>
#include <iostream>
@ -52,6 +53,7 @@ struct MainScreen final : public Screen {
ToxContactModel2 tcm;
ToxMessageManager tmm;
ToxTransferManager ttm;
ToxFriendFauxOfflineMessaging tffom;
MediaMetaInfoLoader mmil;
ToxAvatarManager tam;