diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-03-14 21:11:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 21:11:00 +0900 |
commit | 4813f261581e83d6d6c2c2b8063c208ecdb5de34 (patch) | |
tree | 09f498fbbbc619a2021c3bc10fada21212f28fe3 /src/view/com/post/Post.tsx | |
parent | 1760043f79f6e50de3bb2df97c3d6fe9c700b035 (diff) | |
parent | 1c25c76645564c4581530ec604b7862bb3b8fdda (diff) | |
download | voidsky-4813f261581e83d6d6c2c2b8063c208ecdb5de34.tar.zst |
Merge branch 'bluesky-social:main' into patch-3
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 5fa4da84e..0fe3420ba 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -220,6 +220,7 @@ function PostInner({ record={record} richText={richText} onPressReply={onPressReply} + logContext="Post" /> </View> </View> |