After PeerTube v6.1.0, I don’t think there is a way to get UUID from client.
eg:
before: /videos/update/bdb009ae-8bb6-4612-96c8-ddbdd8012f5c
now: /videos/update/poyeRZApfmSMKxYxP31xwj
I have a plugin which currently uses the url slug as UUID to query the db but since the url slug has been changed to shortUUID from UUID I am not able to query the db.
Is shortUUID saved in db or is there any alternative?