cleanup
This commit is contained in:
parent
d8aa7ec97e
commit
790350dede
1 changed files with 0 additions and 3 deletions
|
|
@ -80,9 +80,6 @@ const ChatMessage = {
|
||||||
isCustomReply() {
|
isCustomReply() {
|
||||||
if (!this.previousItem) return false
|
if (!this.previousItem) return false
|
||||||
if (!this.chatItem.data.in_reply_to_status_id) return false
|
if (!this.chatItem.data.in_reply_to_status_id) return false
|
||||||
console.log('==')
|
|
||||||
console.log('PREV', toValue(this.previousItem.data.text))
|
|
||||||
console.log('CURR', toValue(this.chatItem.data.text))
|
|
||||||
return (
|
return (
|
||||||
this.previousItem.data.id !== this.chatItem.data.in_reply_to_status_id
|
this.previousItem.data.id !== this.chatItem.data.in_reply_to_status_id
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue