diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-08-07 10:28:45 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:29 -0500 |
| commit | ace1f5067c90be2fa0b8da22d39b0e2c88f590fb (patch) | |
| tree | 3c8b8896060ce8eec7762fd5702dcb220232cbef /src/components/status/status.js | |
| parent | cd0f6a4f7820b27e3d776e598c842328ad64ab18 (diff) | |
Make status display controlled
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 9d423631..d5ee7d4e 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -96,7 +96,14 @@ const Status = { 'profileUserId', 'controlledThreadDisplayStatus', - 'controlledToggleThreadDisplay' + 'controlledToggleThreadDisplay', + + 'controlledShowingTall', + 'controlledToggleShowingTall', + 'controlledExpandingSubject', + 'controlledToggleExpandingSubject', + 'controlledShowingLongSubject', + 'controlledToggleShowingLongSubject' ], data () { return { |
