diff --git a/src/components/Group/Group.tsx b/src/components/Group/Group.tsx index ba520c1..12ce101 100644 --- a/src/components/Group/Group.tsx +++ b/src/components/Group/Group.tsx @@ -635,6 +635,13 @@ export const Group = ({ } catch (error) {} }; + useEffect(()=> { + if(myAddress){ + getGroupAnnouncements() + getTimestampEnterChat() + } + }, [myAddress]) + const getGroupOwner = async (groupId) => { try { const url = `${getBaseApiReact()}/groups/${groupId}`;