feat(social): local blocklist — hide blocked authors' offers, chats and incoming messages, with unblock management

This commit is contained in:
vjrj 2026-07-13 01:03:10 +02:00
parent 5d25f65f76
commit 11b242edbf
13 changed files with 399 additions and 4 deletions

View file

@ -184,6 +184,7 @@ class TaneApp extends StatelessWidget {
profileCache: profileCache,
selfPubkey: social.publicKeyHex,
savedOffers: savedOffers,
settings: socialSettings,
);
},
),
@ -203,6 +204,7 @@ class TaneApp extends StatelessWidget {
connection: connection,
profileCache: profileCache,
inbox: inbox,
settings: socialSettings,
),
),
if (social != null &&
@ -238,6 +240,7 @@ class TaneApp extends StatelessWidget {
messageStore: messageStore,
profileCache: profileCache,
onboarding: onboarding,
settings: socialSettings,
),
),
GoRoute(