ComposeReplyTo

This commit is contained in:
Eric Bailey
2024-03-19 12:01:42 -05:00
parent ecb08afa05
commit 1ec2c95e53
6 changed files with 7 additions and 25 deletions
+1 -5
View File
@@ -205,11 +205,7 @@ let PostThreadItemLoaded = ({
uri: post.uri,
cid: post.cid,
text: record.text,
author: {
handle: post.author.handle,
displayName: post.author.displayName,
avatar: post.author.avatar,
},
author: post.author,
embed: post.embed,
moderation,
},