Closed sussycatgirl closed 3 years ago
https://github.com/revoltchat/delta/blob/f09fde616a22e53e581e94b0bba5d1b7ab282dcb/src/routes/channels/message_send.rs#L33 could also be simplified to
static ref RE_ULID: Regex = Regex::new(r"<@([0-9A-HJKMNP-TV-Z]{26})>").unwrap();