diff --git a/src/app/backend-api.service.ts b/src/app/backend-api.service.ts index 569dde34d..5625871cc 100644 --- a/src/app/backend-api.service.ts +++ b/src/app/backend-api.service.ts @@ -1809,7 +1809,8 @@ export class BackendApiService { ReaderPublicKeyBase58Check: string, LastPostHashHex: string, NumToFetch: number, - MediaRequired: boolean + MediaRequired: boolean, + IncludeComments: boolean = false ): Observable { return this.post(endpoint, BackendRoutes.RoutePathGetPostsForPublicKey, { PublicKeyBase58Check, @@ -1818,6 +1819,7 @@ export class BackendApiService { LastPostHashHex, NumToFetch, MediaRequired, + IncludeComments }); } diff --git a/src/app/creator-profile-page/creator-profile-details/creator-profile-details.component.html b/src/app/creator-profile-page/creator-profile-details/creator-profile-details.component.html index 535c2e6c1..af2853923 100644 --- a/src/app/creator-profile-page/creator-profile-details/creator-profile-details.component.html +++ b/src/app/creator-profile-page/creator-profile-details/creator-profile-details.component.html @@ -14,7 +14,7 @@ @@ -92,6 +92,26 @@ + +
+ +
+ + You have blocked {{ profile.Username }}. + Unblock + to see their posts and replies. + +
+
+
{