mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-02-14 04:20:21 +02:00
Compare those `Uint8Array` via conversion to Array which are properly comparable, so that we don't have to worry about whether `TextEncoder` and `UInt8Array` from the environment are compatible or not. --------- Co-authored-by: delvh <dev.lh@web.de>