aboutsummaryrefslogtreecommitdiff
path: root/src/helpers/BaseChatMesh.cpp
diff options
context:
space:
mode:
authorScott Powell <sqij@protonmail.com>2025-03-13 13:32:46 +1100
committerScott Powell <sqij@protonmail.com>2025-03-13 13:32:46 +1100
commit38b9834261eda606231e70ef684bd007dcb0fbef (patch)
treea3b188219a99453c30daceb4ce3c83d5a7cc7122 /src/helpers/BaseChatMesh.cpp
parent04d85c687f339a968e757a8114438d6f28243ec5 (diff)
* missing param
Diffstat (limited to 'src/helpers/BaseChatMesh.cpp')
-rw-r--r--src/helpers/BaseChatMesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/BaseChatMesh.cpp b/src/helpers/BaseChatMesh.cpp
index f49c5364..99fd942a 100644
--- a/src/helpers/BaseChatMesh.cpp
+++ b/src/helpers/BaseChatMesh.cpp
@@ -631,7 +631,7 @@ int BaseChatMesh::findChannelIdx(const mesh::GroupChannel& ch) {
return -1; // not found
}
#else
-ChannelDetails* BaseChatMesh::addChannel(const char* psk_base64) {
+ChannelDetails* BaseChatMesh::addChannel(const char* name, const char* psk_base64) {
return NULL; // not supported
}
bool BaseChatMesh::getChannel(int idx, ChannelDetails& dest) {