(feat): add a small zoom to the android app
(fix): save ReplyId correctly (qol): update todo
This commit is contained in:
parent
6f03604c90
commit
d355c83c02
9 changed files with 12 additions and 6 deletions
|
|
@ -487,7 +487,7 @@ export default function Screen() {
|
|||
<Wrapper
|
||||
key={getMessageRenderKey(message)}
|
||||
userId={message.SenderId}
|
||||
loading={<Skeleton className="w-30 h-5" />}
|
||||
loading={null}
|
||||
component={(user) => (
|
||||
<Message
|
||||
grouped={isGrouped}
|
||||
|
|
|
|||
Loading…
Reference in a new issue