mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
Merge pull request #474 from patthoyts/pt/issue-450
issue #450: add card data to websocket notifications
This commit is contained in:
@@ -1373,6 +1373,8 @@ void handle_message(void *userdata, char *topic, char *payload, size_t payloadle
|
||||
safewrite(UB(ts), jsonstring);
|
||||
free(jsonstring);
|
||||
}
|
||||
|
||||
append_card_to_object(json, UB(username), UB(device));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user