mock for matrix for !state, !available, and !help
parent
d26d043f2e
commit
de80f11392
|
|
@ -63,7 +63,7 @@
|
||||||
"Message": {
|
"Message": {
|
||||||
"Matrix": {
|
"Matrix": {
|
||||||
"ReceiveEnabled": true,
|
"ReceiveEnabled": true,
|
||||||
"Mock": false,
|
"Mock": true,
|
||||||
"Homeserver": "https://matrix-client.matrix.org",
|
"Homeserver": "https://matrix-client.matrix.org",
|
||||||
"Username": "@breellocaldev:matrix.org",
|
"Username": "@breellocaldev:matrix.org",
|
||||||
"Token": "syt_YnJlZWxsb2NhbGRldg_HTewKMMePdEcLvceAKEz_2fHsHa",
|
"Token": "syt_YnJlZWxsb2NhbGRldg_HTewKMMePdEcLvceAKEz_2fHsHa",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
todo:
|
todo:
|
||||||
- TEST; convert pauseuntil to search results only on and after target date
|
|
||||||
- !help,
|
- !help,
|
||||||
- !states optional but explicit option
|
|
||||||
- change matrix so I test my custom logic even if I dont fetch remote
|
- change matrix so I test my custom logic even if I dont fetch remote
|
||||||
- warn/err/etc. on clobbering ids.matrix since clients can mess with one another
|
- warn/err/etc. on clobbering ids.matrix since clients can mess with one another
|
||||||
- modify old items once no longer available; drop stale jobs good candidate but requires new matrix interaction
|
- modify old items once no longer available; drop stale jobs good candidate but requires new matrix interaction
|
||||||
|
|
@ -12,6 +10,8 @@ todo:
|
||||||
- setup ma on element !!fluffychat
|
- setup ma on element !!fluffychat
|
||||||
- set up copy for caleb, broc
|
- set up copy for caleb, broc
|
||||||
done:
|
done:
|
||||||
|
- !states optional but explicit option
|
||||||
|
- TEST; convert pauseuntil to search results only on and after target date
|
||||||
- pause until => !busy until
|
- pause until => !busy until
|
||||||
- todo: maps of to+from to get location within state via api
|
- todo: maps of to+from to get location within state via api
|
||||||
details: |
|
details: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue