added timestamp for feed items
This commit is contained in:
@@ -81,6 +81,7 @@ async function sync() {
|
||||
if (response.status == 200) {
|
||||
showMessageForXSeconds('Sync successful.', 5)
|
||||
}
|
||||
fetchData();
|
||||
} catch (error) {
|
||||
console.error('Error sync', error)
|
||||
showMessageForXSeconds(error, 5)
|
||||
|
||||
Reference in New Issue
Block a user