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
I have whisper.from configured to use <luckperms_prefix>. When I send a cross-server whisper, the <luckperms_prefix> is sent as a literal when I receive the whisper.from message.
What is not working as it should?
<luckperms_prefix> in whisper.from configuration when doing cross-server whispers
Set up Redis and configure Carbon to use it for cross-server functionality
In locale/messages-en_US.properties, set whisper.from=<luckperms_prefix><sender_display_name>
Send a cross-server whisper. The received message will contain e.g. <luckperms_prefix>hawtre - the tag hasn't resolved and is sent as a literal, though <sender_display_name> resolved fine
<luckperms_prefix> DOES work for cross-server channel messages
<render_for> also has an issue with whisper.to that may be related.
Configure whisper.to=<render_for:'<recipient_uuid>':'<luckperms_prefix><recipient_display_name>'> and the message says <luckperms_prefix>hawtre
The text was updated successfully, but these errors were encountered:
Bug Description:
I have
whisper.from
configured to use<luckperms_prefix>
. When I send a cross-server whisper, the<luckperms_prefix>
is sent as a literal when I receive thewhisper.from
message.What is not working as it should?
<luckperms_prefix>
inwhisper.from
configuration when doing cross-server whispersSteps to reproduce:
locale/messages-en_US.properties
, setwhisper.from=<luckperms_prefix><sender_display_name>
<luckperms_prefix>hawtre
- the tag hasn't resolved and is sent as a literal, though<sender_display_name>
resolved fineSystem Details:
Pastebins:
Any other relevant details:
<luckperms_prefix>
DOES work for cross-server channel messages<render_for>
also has an issue withwhisper.to
that may be related.Configure
whisper.to=<render_for:'<recipient_uuid>':'<luckperms_prefix><recipient_display_name>'>
and the message says<luckperms_prefix>hawtre
The text was updated successfully, but these errors were encountered: