cleanup in conversation
This commit is contained in:
parent
63bffe73db
commit
f7c67130f5
2 changed files with 34 additions and 46 deletions
|
|
@ -131,25 +131,26 @@ const Status = {
|
|||
},
|
||||
props: [
|
||||
'statusoid',
|
||||
'replies',
|
||||
|
||||
'expandable',
|
||||
'inConversation',
|
||||
'focused',
|
||||
'highlight',
|
||||
'compact',
|
||||
'replies',
|
||||
'isPreview',
|
||||
'noHeading',
|
||||
'inlineExpanded',
|
||||
'showPinned',
|
||||
'inProfile',
|
||||
'profileUserId',
|
||||
'inConversation',
|
||||
'inQuote',
|
||||
|
||||
'profileUserId',
|
||||
'simpleTree',
|
||||
'showOtherRepliesAsButton',
|
||||
'dive',
|
||||
|
||||
'controlledThreadDisplayStatus',
|
||||
'controlledToggleThreadDisplay',
|
||||
'showOtherRepliesAsButton',
|
||||
|
||||
'controlledShowingTall',
|
||||
'controlledToggleShowingTall',
|
||||
'controlledExpandingSubject',
|
||||
|
|
@ -160,9 +161,8 @@ const Status = {
|
|||
'controlledToggleReplying',
|
||||
'controlledMediaPlaying',
|
||||
'controlledSetMediaPlaying',
|
||||
'dive',
|
||||
],
|
||||
emits: ['interacted'],
|
||||
emits: ['interacted', 'goto', 'toggleExpanded'],
|
||||
data() {
|
||||
return {
|
||||
uncontrolledReplying: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue