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