use new topic format for invitations too

This commit is contained in:
Eric House 2023-01-05 21:51:42 -08:00
parent e2a13a0ec1
commit 3921da97b9

View file

@ -308,7 +308,7 @@ dvc_makeMQTTInvites( XW_DUtilCtxt* dutil, XWEnv xwe,
"%s/%X", devTopic, nli->gameID );
XP_ASSERT( siz < VSIZE(gameTopic) );
XP_USE(siz);
callProc( proc, closure, devTopic, stream );
callProc( proc, closure, gameTopic, stream );
#endif
stream_destroy( stream, xwe );