mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Messages sent by yourself no longer highlight (#52991)
This commit is contained in:
@@ -48,5 +48,7 @@
|
||||
create_chat_message(speaker, message_language, raw_message, spans)
|
||||
// Recompose the message, because it's scrambled by default
|
||||
message = compose_message(speaker, message_language, raw_message, radio_freq, spans, message_mods)
|
||||
to_chat(src, "[link] [message]")
|
||||
to_chat(src,
|
||||
html = "[link] [message]",
|
||||
avoid_highlighting = speaker == src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user