mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Edit UI sends editComment mutation, handles errors
This commit is contained in:
@@ -15,7 +15,7 @@ const STATUSES = [
|
||||
'NONE',
|
||||
];
|
||||
|
||||
const EDIT_WINDOW_MS = 5 * 60 * 60; // 5 minutes
|
||||
const EDIT_WINDOW_MS = 5 * 60 * 1000; // 5 minutes
|
||||
|
||||
module.exports = class CommentsService {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user