working on database

alpha
Jan Umbach 2023-03-12 22:01:49 +01:00
parent 62c39fdc30
commit 3696246455
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function ChatItem(props: {
onPress={() => {
let chat = {...store.getState().nonSaveVariables.chats[roomId]};
//chat.timestamp = Math.round(new Date().getTime() / 1000);
chat.timestamp = Math.round(new Date().getTime() / 1000);
store.dispatch(appNonSaveVarActions.changeChatEntity(chat));