71f958ca47
A client crash may happen if either the Meeting collection or the document's metadataProp attribute are undefined whenever the getFromMeetingSettings util is called to fetch metadata. It's debatable whether anything is working in the client if the documents being accessed here are unavailable, but it'll still be logged and might bork an ongoing reconnect. Use optional chaining + nullish coalescing to avoid causing TypeErrors in those situations while also returning default metadata values properly. |
||
---|---|---|
.. | ||
.meteor | ||
client | ||
imports | ||
private | ||
public | ||
server | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
deploy_to_usr_share.sh | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
run-dev.sh | ||
test-html5.sh |