VedaWebProject / Tekst

📚 A collaborative research platform for aligning, enriching and exploring resources on natural language texts
https://vedawebproject.github.io/Tekst/
GNU Affero General Public License v3.0
7 stars 0 forks source link

[BUG] Cannot delete system messages thread #217

Closed bkis closed 3 months ago

bkis commented 3 months ago

...because the thread ID is passed via path param, which is null for system threads.

{"detail":[{"type":"value_error","loc":["path","id"],"msg":"Value error, Id must be of type PydanticObjectId","input":"null","ctx":{"error":{}}}]}

image