Andrew Morgan

Results 104 issues of Andrew Morgan

https://github.com/matrix-org/sygnal/blob/ab6285760d76d345edb78673106d5913cfe69259/sygnal/apnspushkin.py#L343-L346 According to [the spec](https://matrix.org/docs/spec/push_gateway/r0.1.1#post-matrix-push-v1-notify) the `sender` field of a notification can be null, yet Sygnal looks to assume it's a str. While not common, if sent by a homeserver...

Running on a fresh Fedora 25 install I'm getting the following error running `run_all.sh`. ``` ... Dumped cpio-41 Dumped cpio-42 Dumped cpio-43 Dumped cpio-44 /home/user/mission-improbable We now need sudo to...

Hello there, and thanks for your great implementation! I'm having a little trouble in getting started with it though. I've included the package via npm, and end up with the...

The repo we pulled our emojis from updated their list pretty significantly in July 2022: https://github.com/sevenc-nanashi/discord-emoji Instead of copying the source of it to our repo, we should just pull...

If you send a txt file as an MP3 Busty will just silently skip it on playback. Instead, she should send an error message. Discovered in https://github.com/anoadragon453/busty/pull/117#pullrequestreview-1033394158

enhancement

### Steps to reproduce 1. Click a Matrix ID in the timeline ### Outcome #### What did you expect? The user profile sidebar to appear. #### What happened instead? The...

T-Defect
S-Minor
A-User-Info
O-Uncommon

In the hopes of fixing https://github.com/matrix-org/synapse/issues/11521 and paving the way towards an immutable external event cache (https://github.com/matrix-org/synapse/issues/2123), a new architecture for the event cache is proposed. ### The current state...

Sponsored
T-Other
A-Database
A-Memory-Usage

When a homeserver knocks on a room over federation, it calls the [` PUT /_matrix/federation/v1/send_knock/{roomId}/{eventId}`](https://spec.matrix.org/v1.4/server-server-api/#put_matrixfederationv1send_knockroomideventid) endpoint on the remote homeserver. The remote homeserver can then return a set of [stripped...

A-Spec-Compliance
S-Minor
T-Defect
O-Uncommon

We were adding an 'invite_room_state' field in the 'unsigned' dict of invite events in response to a [`PUT /_matrix/federation/v2/invite/{roomId}/{eventId}`](https://spec.matrix.org/v1.4/server-server-api/#put_matrixfederationv2inviteroomideventid) request. Internally, Synapse expects this to field to exist (as it...

Fixes https://github.com/matrix-org/synapse/issues/10800. The spec marks this field as optional, so don't error if it's not present.