about summary refs log tree commit diff
path: root/src/screens/Messages/Conversation/MessageInputEmbed.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-24 20:10:13 -0500
committerGitHub <noreply@github.com>2024-09-24 20:10:13 -0500
commitb38d4697b7a42a5e4c48d86a6528a20ace9c034e (patch)
treed8f28c858044d45a15aaab741b668e38f8353528 /src/screens/Messages/Conversation/MessageInputEmbed.tsx
parent2429d5d1ae51fa21d46970263fa581fd2eb19cdd (diff)
downloadvoidsky-b38d4697b7a42a5e4c48d86a6528a20ace9c034e.tar.zst
[Neue] Post avi, `PostMeta` cleanup (#5450)
* Support emoji in text with custom font

* Add emoji support to elements that need it

* Remove unused file causing lint failure

* Add web only link variant

* Refactor PostMeta

* Reduce avi size in feeds

* Fix alignment, emoji, in PostMeta

* Smaller avis in notifications

* Shrink post placeholder avi

* Handle the handle again

* Link cleanup

* Cleanup unused props

* Fix text wrapping in timestamp

* Fix underline color

* Tighten up spacing

* Web only whiteSpace
Diffstat (limited to 'src/screens/Messages/Conversation/MessageInputEmbed.tsx')
-rw-r--r--src/screens/Messages/Conversation/MessageInputEmbed.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/Messages/Conversation/MessageInputEmbed.tsx b/src/screens/Messages/Conversation/MessageInputEmbed.tsx
index bf28ed4fe..2d1551019 100644
--- a/src/screens/Messages/Conversation/MessageInputEmbed.tsx
+++ b/src/screens/Messages/Conversation/MessageInputEmbed.tsx
@@ -174,7 +174,6 @@ export function MessageInputEmbed({
             showAvatar
             author={post.author}
             moderation={moderation}
-            authorHasWarning={!!post.author.labels?.length}
             timestamp={post.indexedAt}
             postHref={itemHref}
             style={a.flex_0}