mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/timeline: make reply placeholder 2 lines long
This commit is contained in:
parent
73d8c5c6bb
commit
c4c5563f9a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export const ReplyIDBody = ({ room, eventID }: ReplyIDBodyProps) => {
|
||||||
// This caches whether the event is requested or not, so it doesn't need to be wrapped in an effect.
|
// This caches whether the event is requested or not, so it doesn't need to be wrapped in an effect.
|
||||||
use(ClientContext)!.requestEvent(room, eventID)
|
use(ClientContext)!.requestEvent(room, eventID)
|
||||||
return <blockquote className="reply-body">
|
return <blockquote className="reply-body">
|
||||||
Reply to {eventID}
|
Reply to unknown event<br/><code>{eventID}</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
}
|
}
|
||||||
return <ReplyBody room={room} event={event}/>
|
return <ReplyBody room={room} event={event}/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue