add gettimestamp at mount

This commit is contained in:
PhilReact 2025-01-06 10:59:17 +02:00
parent 699c2cd8f9
commit 30de534b83

View File

@ -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}`;