docs: Appease all/both of the doxygen versions.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m45s

This commit is contained in:
2025-09-03 18:47:34 -04:00
parent ada67a13d3
commit cb3d6a98b9
4 changed files with 2944 additions and 242 deletions

View File

@@ -703,6 +703,9 @@ async function getProcessBlob(blobId, key, options) {
return process;
}
/**
* SSB message added callback.
*/
ssb.addEventListener('message', function () {
broadcastEvent('onMessage', [...arguments]);
});