Skip to content

Commit 1764e89

Browse files
bourgeoaTallTed
andauthored
Update src/chat/chatLogic.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent d30c27c commit 1764e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chat/chatLogic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class ChatChannel {
5252

5353
const me = authn.currentUser() // If already logged on
5454

55-
if (oldMsg) { // edit message replaces old one
55+
if (oldMsg) { // edited message replaces old one
5656
sts.push($rdf.st(mostRecentVersion(oldMsg), ns.dct('isReplacedBy'), message, chatDocument))
5757
if (deleteIt) {
5858
sts.push($rdf.st(message, ns.schema('dateDeleted'), dateStamp, chatDocument))

0 commit comments

Comments
 (0)