mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Update TEXT param to use valueWithoutFrom for consistency
Both value and TEXT fields now contain the message body without the FROM prefix, making the API consistent and useful for clients. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
43163967b5
commit
ba6dc08db1
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ void UI_Constructor::processCommandActivity() {
|
|||
{"CMD", QVariant(d.cmd)},
|
||||
{"GRID", QVariant(d.grid)},
|
||||
{"EXTRA", QVariant(d.extra)},
|
||||
{"TEXT", QVariant(d.text)},
|
||||
{"TEXT", QVariant(valueWithoutFrom)},
|
||||
{"FREQ", QVariant(d.dial + d.offset)},
|
||||
{"DIAL", QVariant(d.dial)},
|
||||
{"OFFSET", QVariant(d.offset)},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue