make all comments in infinitecommentlist detatched

This commit is contained in:
krawieck 2021-01-16 15:21:09 +01:00
parent ccedb35259
commit 904e320e10
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class InfiniteCommentList extends StatelessWidget {
builder: (comment) => Comment(
CommentTree(comment),
postCreatorId: null,
detatched: true,
),
fetcher: fetcher,
);