Keyvan Fatehi

Results 92 comments of Keyvan Fatehi

this can be done with the following invocation: ``` this.getIntentFromApplicationServerBot().setRoomName(matrixRoomId, "the room name"); ``` https://github.com/matrix-org/matrix-appservice-bridge/blob/8f60f3e84a98d8bfd4dbd52d5403ff1c841f7d32/lib/components/intent.js#L124-L136

That's true. Doing it this way was much easier and minimalist in that only those that message you would cause a room to be created, rather than to create rooms...

That's a great solution. I'd like such a special room for having status messages like https://github.com/AndrewJDR/matrix-puppet-bridge/issues/3 and maybe even configuration type stuff. Most of the logic can be implemented generally...

support for this has been merged into the develop branch for now https://github.com/matrix-hacks/matrix-puppet-bridge/pull/11

Solution is in master. Starting conversations from the users created in the room needs to be tested, however, and then we can close this issue.

My pleasure. As for the other thing, are you willing to be responsible for that ? If so I will add you to owners list. On Fri, Jan 4, 2019...

@Pneumaticat I just sent you an [invitation to the org](https://github.com/matrix-hacks). Let me know if you run into any permission issues. Thanks

Cool! I am not active enough developing Matrix stuff (although I use it everyday) to do anything about this right now, but I like the idea of being able to...

Oh yeah are you aware if this is something we can do?