Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/hooks/useHasUnreadNotes.ts

This commit is contained in:
Ramón Souza 2024-04-02 14:07:30 -03:00 committed by GitHub
parent 1905ad864f
commit 7c9d90b564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import { Meteor } from 'meteor/meteor';
import useRev from '/imports/ui/components/pads/pads-graphql/hooks/useRev';
import useNotesLastRev from './useNotesLastRev';
const NOTES_CONFIG = Meteor.settings.public.notes;
const NOTES_CONFIG = window.meetingClientSettings.public.notes;
const useHasUnreadNotes = () => {
const { lastRev } = useNotesLastRev();