-
-
Notifications
You must be signed in to change notification settings - Fork 434
[Bug]: Channel URL generation call bug #4808
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist
- I am able to reproduce the bug with the latest version.
- I have updated to the latest Alpha firmware, and am able to reproduce the bug. Many issues are fixed quickly in alpha before the general beta release.
- I made sure that there are no existing OPEN or CLOSED issues which I could contribute my information to.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one bug.
- I have read and understood the Contribution Guidelines.
- I agree to follow this project's Code of Conduct
- I actually read this list, and should be taken seriously.
Affected app version
2.7.13 (29320069)
Steps to reproduce the bug
- Go to "Conversations"
- Choose "Share Channels QR Code" from the menu
- Select "Add"
- Generate QR code
Actual behavior
- Generates uppercase link
- Doesn't add
?add=truequery parameter
Expected behavior
- Generates normal link
- Adds
?add=truequery parameter
Additional information
| val commonUri = channelSet.getChannelUrl(shouldAddChannel) |
While function declaration is:
Meshtastic-Android/core/model/src/commonMain/kotlin/org/meshtastic/core/model/util/ChannelSet.kt
Line 84 in 513dcc2
| fun ChannelSet.getChannelUrl(upperCasePrefix: Boolean = false, shouldAdd: Boolean = false): CommonUri { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working