Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 5b12437bddf8bdbdc245296410ab0cfc99e488c5 Author: Joseph Crowell <joseph.w.crowell@gmail.com> Date: Tue Dec 16 08:53:01 2025 +0000 make formatter happy diff --git a/bridge/matrix/matrix.go b/bridge/matrix/matrix.go index 4fa7345..f4f27c9 100644 --- a/bridge/matrix/matrix.go +++ b/bridge/matrix/matrix.go @@ -6466 +6467 @@ func (b *Bmatrix) handleRedactionEvent(ctx context.Context, ev *event.Event) {  }    // Outgoing messages to other bridges +//  //nolint:funlen // This function is necessarily long because it is an event handler  func (b *Bmatrix) handleMessageEvent(ctx context.Context, ev *event.Event) {   b.Log.Debugf("== Receiving message event: %#v", ev)