mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
make the comment make sense
This commit is contained in:
parent
9f7359e0a4
commit
3f39741d22
@ -419,7 +419,8 @@ export function haveRendererForEvent(
|
||||
return false;
|
||||
}
|
||||
|
||||
// Check to see if a renderer is registered for this event
|
||||
// Check to see if we have any hints for this message, which indicates
|
||||
// there is a custom renderer for the event.
|
||||
if (ModuleApi.customComponents.getHintsForMessage(mxEvent)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user