From 4695bbb34049d5e7f2c1193ef5e39f39afbd17c0 Mon Sep 17 00:00:00 2001 From: NepNep21 <43792621+NepNep21@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:29:36 -0300 Subject: Add /ignore --- src/ui/UserProfile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/UserProfile.h') diff --git a/src/ui/UserProfile.h b/src/ui/UserProfile.h index bc5b6a35..64dbf99c 100644 --- a/src/ui/UserProfile.h +++ b/src/ui/UserProfile.h @@ -45,6 +45,7 @@ public: signals: void profileFetched(mtx::responses::Profile); + void failedToFetchProfile(); }; class DeviceInfo @@ -205,6 +206,7 @@ signals: void globalUsernameRetrieved(const QString &globalUser); void devicesChanged(); void ignoredChanged(); + void failedToFetchProfile(); // internal void verificationStatiChanged(); -- cgit 1.5.1