Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
despiegk committed Jul 29, 2023
1 parent eb31fea commit a2e3953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix/matrix.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
curl -XPOST -d '{"type":"m.login.password", "user":"kds", "password":"kds007kds"}' "https://localhost:8008/_matrix/client/r0/login"
curl -XPOST -d '{"type":"m.login.password", "user":"kds", "password":"sdsd"}' "https://localhost:8008/_matrix/client/r0/login"
export YOUR_ACCESS_TOKEN='nQ23KUnmgMSk-3eP6xMCiI4ExeccfRCfNfrkfiyI8ls'
curl -XPOST -d '{"room_alias_name":"tutorial"}' "https://localhost:8008/_matrix/client/r0/createRoom?access_token=$YOUR_ACCESS_TOKEN"
export ROOMID='%21y5G8pH4uvw0JXbmM:localhost'
Expand Down

0 comments on commit a2e3953

Please sign in to comment.