mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Merge branch 'develop' of https://github.com/gabek/owncast into develop
This commit is contained in:
commit
f8c06b3da6
@ -48,9 +48,9 @@ export default class ChatMessageView extends Component {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
const formattedTimestamp = `Sent at ${formatTimestamp(timestamp)}`;
|
const formattedTimestamp = `Sent at ${formatTimestamp(timestamp)}`;
|
||||||
const userMetadata = `${displayName} first joined ${formatTimestamp(
|
const userMetadata = createdAt
|
||||||
createdAt
|
? `${displayName} first joined ${formatTimestamp(createdAt)}`
|
||||||
)}`;
|
: null;
|
||||||
|
|
||||||
const isSystemMessage = message.type === SOCKET_MESSAGE_TYPES.SYSTEM;
|
const isSystemMessage = message.type === SOCKET_MESSAGE_TYPES.SYSTEM;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user