14 Jul 2021 |
andi- | Mine were pretty big red transaction errors (also showing up in the postgresql log) | 18:26:00 |
@sumner:sumnerevans.com | No, I didn't see anything insightful. | 18:26:20 |
16 Jul 2021 |
| vika (she/her) 🏳️⚧️ joined the room. | 19:43:35 |
18 Jul 2021 |
@andreas.schraegle:helsinki-systems.de | Is there any good reason not to delete rooms with "joined_members": 0 through the admin API? | 17:34:06 |
@fantasycookie17:artemislena.eu | Probably not. I think it's not possible to join empty rooms anyway. | 17:43:17 |
19 Jul 2021 |
@sumner:sumnerevans.com | Well, if it's a public room that you may eventually want to rejoin (or another user on your homeserver may want to join), it may be worth keeping it for a little while so that you avoid having to re-pull the room. | 00:09:36 |
@andreas.schraegle:helsinki-systems.de | apparently I have 400-500 rooms that have no members and aren't public | 14:28:11 |
@andreas.schraegle:helsinki-systems.de | at least according to jq '.rooms[] | select(.joined_members == 0 and .public == false) | .room_id' < rooms.json | 14:29:06 |
@sumner:sumnerevans.com | Sounds like it is time to delete those 😄 | 14:44:33 |
@pacien:pacien.net | what about the migrated rooms though? They still have pointers from their replacement rooms so that people can read further back in the message history | 14:46:50 |
Dandellion | Those rooms will still have people on your server joined to them if applicable | 15:08:38 |
20 Jul 2021 |
@maximilian:transformierende-gesellschaft.org | In reply to @maximilian:transformierende-gesellschaft.org Then I suggest we monitor this closely and set the history restriction to member-only again once the PR has been included in a synapse release. So: Everything that follows now is (even more) public. Furthermore I will make ma27 an admin so I am not the only one managing this room 🙂 synapse v1.39 will include the fix: https://github.com/matrix-org/synapse/releases/tag/v1.39.0rc1
The spaces summary API now returns any joinable rooms, not only rooms which are world-readable. (#10298, #10305)
| 20:26:24 |
| cw (just got delta) changed their display name from cw (Vi/Vim) to continuouswave. | 20:34:50 |
22 Jul 2021 |
ma27 | sumner: are you taking care of https://github.com/matrix-org/synapse/releases/tag/v1.38.1? otherwise I'd take a look at it later this afternoon :) | 14:44:27 |
@sumner:sumnerevans.com | 4 minutes ago haha. I'll do that real quick. | 14:44:58 |
@sumner:sumnerevans.com | Looks like it actually hasn't hit PyPi yet. | 14:49:13 |
ma27 | oh you don't have to, just want to make sure we're not duplicating each other's work :) | 14:59:56 |
@sumner:sumnerevans.com | 👍️ I'll handle it as soon as it hits PyPi | 15:04:00 |
@sumner:sumnerevans.com | https://github.com/NixOS/nixpkgs/pull/131101 | 15:33:59 |
@sumner:sumnerevans.com | ma27: do you have any ideas for how to deal with the new Element releases? | 15:34:39 |
@sumner:sumnerevans.com | I don't feel like I have the expertise necessary to fix the package. | 15:34:58 |
ma27 | element-web didn't seem to be a problem, but had an issue which is why I preferred to wait for the next patch-release. haven't taken a close look at element-desktop, but I have a bit of experience with these kinds of packages, so we'll see when the new releases are out :) | 15:35:55 |
@sumner:sumnerevans.com | the typescript changes a couple releases ago made them a bit harder I think | 15:38:48 |
| * @sumner:sumnerevans.com selfishly wants all of the bug fixes from the latest releases haha | 15:38:57 |
23 Jul 2021 |
| pinpox set a profile picture. | 08:47:53 |
@sumner:sumnerevans.com | ma27: things seem to be working for me with your latest changes. | 16:17:32 |
@sumner:sumnerevans.com | * ma27: things seem to be working for me with your latest changes in https://github.com/NixOS/nixpkgs/pull/131217. | 16:18:08 |
@sumner:sumnerevans.com | Actually, there's an issue with translations:
Changing application language to en-us
Fetching translation json for locale: en-us
Could not fetch translation json for locale: 'en-us' Error: Cannot find module './i18n/strings/en-us.json'
Require stack:
- /nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/language-helper.js
- /nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/tray.js
- /nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/electron-main.js
- /nix/store/kjv95jyji0a6587l7ljnnpb56vlb2iha-electron-13.1.6/lib/electron/resources/default_app.asar/main.js
-
at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
at Module._load (internal/modules/cjs/loader.js:732:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (internal/modules/cjs/helpers.js:88:18)
at AppLocalization.fetchTranslationJson (/nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/language-helper.js:76:20)
at /nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/language-helper.js:89:39
at Array.forEach (<anonymous>)
at AppLocalization.setAppLocale (/nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/language-helper.js:88:17) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/language-helper.js',
'/nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/tray.js',
'/nix/store/rfsgqqv6hxrkq7k9zqxfg2v5gnwmi4ir-element-desktop-1.7.33/share/element/electron/lib/electron-main.js',
'/nix/store/kjv95jyji0a6587l7ljnnpb56vlb2iha-electron-13.1.6/lib/electron/resources/default_app.asar/main.js',
undefined
]
}
| 16:26:36 |
@sumner:sumnerevans.com | ma27: this results in a weird issue: | 16:30:29 |
@sumner:sumnerevans.com | Download image.png | 16:30:31 |