4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-03-09 05:33:08 +00:00
Till 07bfb791ca
Scope transactions to endpoints ()
To avoid returning results from e.g. `/redact` on `/sendToDevice`
requests.
Takes the raw URL path and uses `filepath.Dir` to remove the `txnID`
(file) from it.

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-10-17 14:48:35 +02:00
..