matrix-docker-ansible-deploy/roles/matrix-bridge-appservice-discord
Slavi Pantaleev 87e3650327 Ensure Discord client id is passed as a string
Looks like these client ids are actually integers,
but unless we pass them as a string, the bridge would complain with
an error like:

    {"field":"data.auth.clientID","message":"is the wrong type","value":123456789012345678,"type":"string","schemaPath":["properties","auth","properties","clientID"]}

Explicitly-casting to a string should fix the problem.

The Discord bridge should probably be improved to handle both ints and
strings though.
2019-07-12 10:15:43 +03:00
..
defaults Ensure Discord client id is passed as a string 2019-07-12 10:15:43 +03:00
tasks Make Discord bridge configuration playbook-managed 2019-06-26 10:35:00 +03:00
templates/systemd Make Discord bridge configuration playbook-managed 2019-06-26 10:35:00 +03:00