rework on notify for wire posts

This commit is contained in:
defnax 2025-03-12 20:35:16 +01:00
parent 8fcc52b304
commit 212197f980
42 changed files with 3276 additions and 134 deletions

View file

@ -67,6 +67,7 @@ class BandwidthGraph;
class MainPage;
class NewsFeed;
class UserNotify;
class WireDialog;
#ifdef MESSENGER_WINDOW
class MessengerWindow;
@ -103,7 +104,8 @@ public:
Posted = 11, /** Posted links */
People = 12, /** People page. */
Options = 13, /** People page. */
Home = 14 /** Home page. */
Home = 14, /** Home page. */
Wire = 15 /** Wire page. */
};
@ -163,7 +165,8 @@ public:
GxsChannelDialog *gxschannelDialog ;
GxsForumsDialog *gxsforumDialog ;
PostedDialog *postedDialog;
WireDialog *wireDialog;
// ForumsDialog *forumsDialog;
// ChannelFeed *channelFeed;
Idle *idle;