diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-15 16:05:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 16:05:17 +0100 |
commit | ed8922281af46071375f47112fbb37ba5b7d578b (patch) | |
tree | e1165525e3271efa044e2d3f7ef622c6632e168a /src/components/dialogs | |
parent | 2121b5f86f5229914256c7a818086aaaf4c3581a (diff) | |
download | voidsky-ed8922281af46071375f47112fbb37ba5b7d578b.tar.zst |
[🐴] Show if user can be messaged in new chat search (#4021)
* show if user can be messaged * allow 2 lines in handle field due to new text * cannot -> can't * rework canBeMessaged logic and move to new file --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/components/dialogs')
-rw-r--r-- | src/components/dialogs/GifSelect.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/dialogs/GifSelect.tsx b/src/components/dialogs/GifSelect.tsx index 57389ba2b..4a3ce42aa 100644 --- a/src/components/dialogs/GifSelect.tsx +++ b/src/components/dialogs/GifSelect.tsx @@ -197,6 +197,7 @@ function GifList({ onGoBack={onGoBack} emptyType="results" sideBorders={false} + topBorder={false} errorTitle={_(msg`Failed to load GIFs`)} errorMessage={_(msg`There was an issue connecting to Tenor.`)} emptyMessage={ |