matrix-org
Here are 86 public repositories matching this topic...
In several places for postgres, we CREATE SEQUENCE .... We do this for every table which uses the sequence, partly for clarity and partly so we don't assume someone else has done it for us.
Instead, we should put these database-level SQL queries in a dedicated section, rather than in each _table.go.
I love the community grouping feature with facebook and actually figured out it is at least also possible with whatsapp. It would be awesome if that ended up in the documentation.
Might actually send it in myself if I get the time :)
It would be nice to have a command to get/set the content of the "about" section of the user's Telegram profile through the bot.
-
Updated
Jun 15, 2020 - Go
Content surrounded by single backticks becomes inline code. However, gomuks does not appear to indicate this when displaying messages.
Weechat-matrix:
.then( object => { }) .catch( error => { ... });Object will be created with an autogenerated id, if no id argument is provided. Optionally, a "prefix" can be passed
Resolving this issue involves going through the handlers in the modules/ tree alongside the matrix client and server specification to flag methods required to be rate-limited. Currently some are, but many are not.
Example of a method with the flag:
resource::method
method
{
resource, "GET", handler,
{
method.REQUIRES_AUTH |
method.RATE_LIMITED
}
};
`
the bot should probably log a warning if you try to add a path with the @web decorators without enabling webapp: true setting in the maubot.yaml
Invalidates a user access token
Invalidates an existing access token, so that it can no longer be used for
authorization. The device associated with the access token is also deleted.
Device keys <#device-keys>_ for the device are deleted alongside the device.
Spec: https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-r0-logout
Some helpful steps:
- add route to routes
[2019-05-15 04:23:39,140] [ERROR@mau.user.@travis:t2l.io] Failed to sync threads
Traceback (most recent call last):
File "/home/facebook/mautrix-facebook/mautrix_facebook/user.py", line 155, in sync_threads
await portal.create_matrix_room(self, thread)
File "/home/facebook/mautrix-facebook/mautrix_facebook/portal.py", line 243, in create_matrix_room
await self._create_matrix_
-
Updated
Jun 16, 2020 - JavaScript
We currently have a simple example that prints out messages, it would be nice if we had a couple more:
- Example that automatically responds to some messages, like a bot on
!command. - Example that automatically joins rooms once invited, this is also for bots mostly, a common feature that needs to be implemented.
- Example that presents a simple TUI that allows interactive sendi
-
Updated
Jun 16, 2020 - Python
If user removed from policy file, it doesn't automatically kicked of from managed rooms. What scenario is intented to work with fired employees ? If I was supposed to deactivate them, then list of deactivated users will endlessly grow.
-
Updated
May 27, 2020 - Java
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jun 13, 2020 - Shell
-
Updated
Sep 5, 2019 - Go
-
Updated
May 28, 2020 - Rust
-
Updated
Jun 11, 2020 - Go
-
Updated
Jun 14, 2019 - Crystal
The RoomBuffer struct receives all the incoming events. It currently only prints out and handles properly a couple of events.
The event formatting should probably go into a separate file and should consist of pure methods. Something in the spirit of the [message_renderer](https://github.com/poljar/weechat-matrix/blob/
Extra configs:
integrations_ui_url, integrations_rest_url, integrations_widgets_url.
Documentation for Riot Web configs: https://github.com/vector-im/riot-web/blob/develop/docs/config.md
Just need to add these configs to the AvailableSettings then set it in the ConfigController. After that, add the setting to the frontend in AdminSettings.vue.
https://github.com/gary-kim/riot
-
Updated
Jun 15, 2020 - Python
-
Updated
Jun 4, 2020 - TypeScript
-
Updated
Jun 15, 2020 - Rust
-
Updated
Jun 15, 2020 - Python
-
Updated
Oct 13, 2019 - Kotlin
Improve this page
Add a description, image, and links to the matrix-org topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matrix-org topic, visit your repo's landing page and select "manage topics."

we have configs out there using synctl_cache_factor to set SYNAPSE_CACHE_FACTOR but it's not documented anywhere, which makes it look obsolete or abandoned or deprecated. we should doc it so that when people look to see what it does, they can figure it out