Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix an edge case when trying to join an upgraded room #7159

Merged
merged 1 commit into from
Nov 18, 2021

Commits on Nov 18, 2021

  1. Fix improper splice when determining vias for tombstones

    `splice` takes one element from the array whereas `slice` takes all after a given point. We want `slice` so we can pick up ipv6 addresses and port numbers.
    turt2live committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    46ed429 View commit details
    Browse the repository at this point in the history