You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the code in MessageFormatter::replaceUserInfo() tries to match IDs of all known users against the message and replace, which is very expensive in large workspaces.
Instead the regex should match all ID-like patterns, find matching user and replace it.
The text was updated successfully, but these errors were encountered:
Right now the code in
MessageFormatter::replaceUserInfo()
tries to match IDs of all known users against the message and replace, which is very expensive in large workspaces.Instead the regex should match all ID-like patterns, find matching user and replace it.
The text was updated successfully, but these errors were encountered: