miruka

Results 4 issues of miruka

I'm using a `ListModel` as `sourceModel`, and I need to sort my model's data from my backend which calls `ListModel.move()`, so I want to use `SortFilterProxyModel` purely for filtering. The...

[`RoomEvent.parse_decrypted_event`](https://github.com/poljar/matrix-nio/blob/master/nio/events/room_events.py#L823) assumes the attachment will always be encrypted and only call `RoomEncryptedXYZ.from_dict()` methods for media events. [Pantalaimon doesn't encrypt attachments](https://github.com/matrix-org/pantalaimon/issues/70).

These methods are present in `HttpClient`, but missing in `AsyncClient`: - [x] `devices()` https://github.com/poljar/matrix-nio/commit/7f3eb1c3002f2ef4b23a9f42ac996c6658823903 - [x] `update_device()` #140 - [ ] `lag()` - [x] `login_info()` #143 - [x] `room_invite()` #89...

enhancement
help wanted

This adds a `save_inbound_group_sessions()` method to `MatrixStore` and `Olm`, which can take one or more sessions and use batched DB insert/replace calls. The clients's `import_keys()` methods have been changed to...