The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/.changeset/fix-message-parser-reduce-p...

217 B

@rocket.chat/message-parser
patch

Replaces wasteful filter().shift() with find(Boolean) in extractFirstResult to avoid allocating an intermediate filtered array just to get the first truthy element.