AK+Everywhere: Store JSON object keys as String

This commit is contained in:
Timothy Flynn 2025-02-17 12:18:27 -05:00 committed by Tim Flynn
commit e591636419
Notes: github-actions[bot] 2025-02-21 00:29:28 +00:00
23 changed files with 119 additions and 111 deletions

View file

@ -88,7 +88,7 @@ void WatcherActor::handle_message(StringView type, JsonObject const& message)
target.send_frame_update_message();
JsonObject message;
message.set("from", name());
message.set("from"sv, name());
send_message(move(message));
return;