mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update Meshtastic/Views/Settings/ShareChannels.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c0c9c89854
commit
097d910593
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ struct ShareChannels: View {
|
|||
guard let settingsString = try? channelSet.serializedData().base64EncodedString() else {
|
||||
return
|
||||
}
|
||||
channelsUrl = ("https://meshtastic.org/e/#\(settingsString.base64ToBase64url())\(replaceChannels ? "" : "?add=true")")
|
||||
channelsUrl = ("https://meshtastic.org/e/\(replaceChannels ? "" : "?add=true")#\(settingsString.base64ToBase64url())")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue