minor spelling mistake
This commit is contained in:
parent
e1b1759ee5
commit
4249f3cfa7
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ backend.postCreate = async ({content, edit}, {user,db}) => {
|
||||||
if (replyUser && !edit) {
|
if (replyUser && !edit) {
|
||||||
await db.run('INSERT INTO messages (username, content, time,read) VALUES (?, ?, ?, ?)', [
|
await db.run('INSERT INTO messages (username, content, time,read) VALUES (?, ?, ?, ?)', [
|
||||||
replyUser,
|
replyUser,
|
||||||
`@${user} replied to #${irstReply} on #${id}`,
|
`@${user} replied to #${firstReply} on #${id}`,
|
||||||
Math.floor(new Date() * 1000),
|
Math.floor(new Date() * 1000),
|
||||||
0
|
0
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue