Slavi Pantaleev
|
b79a728967
|
Use notice instead of error for expected "errors"
Notice() is like Error(), but:
- the message is not sent to the error log (and Sentry)
- the message sent to the room is not prefixed with `ERROR: `
|
2022-08-23 17:52:07 +03:00 |
|
Slavi Pantaleev
|
55a76c5c6b
|
Use just Error, not Warn + Error
The downside of this is that the raw error gets reported to the user
in the room, instead of just being logged.
|
2022-08-23 17:45:15 +03:00 |
|
Slavi Pantaleev
|
726bc95c26
|
Suppress M_NOT_FOUND error when fetching settings
.. and ensure that getSettings() always returns either a default empty
settings object or an error.
|
2022-08-23 16:30:19 +03:00 |
|
Slavi Pantaleev
|
fcac0a202d
|
Make sure getSettings() always returns settings or error
|
2022-08-23 13:04:54 +00:00 |
|
Aine
|
0decd4fad6
|
add noowner and federation
|
2022-08-22 22:08:32 +03:00 |
|