Stefan-Sanger 4adb497a64 fix: surface setMucData errors to callers via Promise
Addresses PERFORMANCE-FINDINGS #5:
- setMucData now returns a Promise that rejects on DB error, missing
  config row, or HTTP failure instead of swallowing return true/false.
- Add rowCount guard to avoid throwing on missing config row.
- PUT /groupchats/:target awaits setMucData and returns 500 on failure.
- Remove dead call to undefined logging() function.

Part-of: <http://gitlab.vnc.biz/uxf/prosody-muc-rest/-/merge_requests/3>
2026-07-10 14:50:44 +02:00
2020-09-09 04:59:41 +02:00
2020-09-09 04:59:41 +02:00
2022-09-04 08:51:55 +02:00
2020-01-09 08:32:17 +01:00
2026-06-03 14:12:36 +02:00
2020-09-09 05:13:23 +02:00
S
Description
Prosody MUC REST API
Readme
146 KiB
Languages
JavaScript 96.9%
Dockerfile 3.1%