feat(social): local blocklist — hide blocked authors' offers, chats and incoming messages, with unblock management
This commit is contained in:
parent
5d25f65f76
commit
11b242edbf
13 changed files with 399 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue