We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d85c6 commit 38b9834Copy full SHA for 38b9834
src/helpers/BaseChatMesh.cpp
@@ -631,7 +631,7 @@ int BaseChatMesh::findChannelIdx(const mesh::GroupChannel& ch) {
631
return -1; // not found
632
}
633
#else
634
-ChannelDetails* BaseChatMesh::addChannel(const char* psk_base64) {
+ChannelDetails* BaseChatMesh::addChannel(const char* name, const char* psk_base64) {
635
return NULL; // not supported
636
637
bool BaseChatMesh::getChannel(int idx, ChannelDetails& dest) {
0 commit comments