8go
8go
**Is your feature request related to a problem? Please describe.** No problem. Just an idea for an enhancement. **Describe the solution you'd like** - Similar to `--edit` an `--append` command...
**Is your feature request related to a problem? Please describe.** No problem. Just an idea for a new feature. **Describe the solution you'd like** Currently stdin input is not supported:...
** What topic should be added? ** A list of essential resources, a list of links, like at the end of a Wikipedia page, maybe here at the end of...
`matrix-commander.py --image img.png` and `matrix-commander.py --file doc.pdf` and similar commands without `-m` prompt the user for a message text input and then send the image/file/etc and the message at the...
https://matrix-nio.readthedocs.io/en/latest/_modules/nio/client/async_client.html#AsyncClient.room_put_alias `room_put_alias()` is called with an invalid, bad alias `Testing room B`. It returns `RoomPutAliasResponse`, i.e. it claims to have been successful. It should however return `RoomPutAliasError`. At the same...
- since missing it could not be imported - leading to import error
*First:* I am calling `has_permission( )` with a room_id that is owned by the user. User is `admin` of this room. It does not matter what `permission_type` I use because...
- a 1 line change
In the CLI terminal application `matrix-commander` https://github.com/8go/matrix-commander we have a common use case: - connect - fire off a single message - exit program Currently we are using the nio...
- after downloading media to local disk, maybe a "delete" option would be helpful to "clean up" on the server side - would be useful for archiving and reducing matrix...