mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-03-28 17:43:05 +01:00
Add sender name on outgoing messages
This commit is contained in:
@@ -243,6 +243,7 @@ async def send_channel_message(request: SendChannelMessageRequest) -> Message:
|
||||
sender_timestamp=now,
|
||||
received_at=now,
|
||||
outgoing=True,
|
||||
sender_name=radio_name or None,
|
||||
)
|
||||
if message_id is None:
|
||||
raise HTTPException(
|
||||
|
||||
Reference in New Issue
Block a user