!vxTmkuJzhGPsMdkAOc:transformierende-gesellschaft.org

NixOS Matrix Subsystem

122 Members
Coordination and discussion about the matrix subsystem in NixOS - https://nixos.wiki/wiki/Matrix62 Servers

Load older messages


SenderMessageTime
14 Jul 2021
@andi:kack.itandi-Mine were pretty big red transaction errors (also showing up in the postgresql log)18:26:00
@sumner:sumnerevans.com@sumner:sumnerevans.comNo, I didn't see anything insightful.18:26:20
16 Jul 2021
@vika:matrix.nice.sampler.fivika (she/her) 🏳️‍⚧️ joined the room.19:43:35
18 Jul 2021
@andreas.schraegle:helsinki-systems.de@andreas.schraegle:helsinki-systems.deIs there any good reason not to delete rooms with "joined_members": 0 through the admin API?17:34:06
@fantasycookie17:artemislena.eu@fantasycookie17:artemislena.euProbably not. I think it's not possible to join empty rooms anyway.17:43:17
19 Jul 2021
@sumner:sumnerevans.com@sumner:sumnerevans.comWell, 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@andreas.schraegle:helsinki-systems.deapparently I have 400-500 rooms that have no members and aren't public14:28:11
@andreas.schraegle:helsinki-systems.de@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@sumner:sumnerevans.comSounds like it is time to delete those 😄14:44:33
@pacien:pacien.net@pacien:pacien.netwhat about the migrated rooms though? They still have pointers from their replacement rooms so that people can read further back in the message history14:46:50
@dandellion:dodsorf.asDandellionThose rooms will still have people on your server joined to them if applicable15:08:38
20 Jul 2021
@maximilian:transformierende-gesellschaft.org@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:kernelpanic.cafecw (just got delta) changed their display name from cw (Vi/Vim) to continuouswave.20:34:50
22 Jul 2021
@ma27:nicht-so.sexyma27 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@sumner:sumnerevans.com4 minutes ago haha. I'll do that real quick.14:44:58
@sumner:sumnerevans.com@sumner:sumnerevans.comLooks like it actually hasn't hit PyPi yet.14:49:13
@ma27:nicht-so.sexyma27oh you don't have to, just want to make sure we're not duplicating each other's work :) 14:59:56
@sumner:sumnerevans.com@sumner:sumnerevans.com👍️ I'll handle it as soon as it hits PyPi15:04:00
@sumner:sumnerevans.com@sumner:sumnerevans.comhttps://github.com/NixOS/nixpkgs/pull/13110115:33:59
@sumner:sumnerevans.com@sumner:sumnerevans.com ma27: do you have any ideas for how to deal with the new Element releases? 15:34:39
@sumner:sumnerevans.com@sumner:sumnerevans.comI don't feel like I have the expertise necessary to fix the package.15:34:58
@ma27:nicht-so.sexyma27element-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@sumner:sumnerevans.comthe typescript changes a couple releases ago made them a bit harder I think15:38:48
* @sumner:sumnerevans.com@sumner:sumnerevans.com selfishly wants all of the bug fixes from the latest releases haha15:38:57
23 Jul 2021
@pinpox:matrix.orgpinpox set a profile picture.08:47:53
@sumner:sumnerevans.com@sumner:sumnerevans.com ma27: things seem to be working for me with your latest changes. 16:17:32
@sumner:sumnerevans.com@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@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@sumner:sumnerevans.com ma27: this results in a weird issue: 16:30:29
@sumner:sumnerevans.com@sumner:sumnerevans.comimage.png
Download image.png
16:30:31

Show newer messages


Back to Room ListRoom Version: 4