diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-18 02:09:50 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-18 02:09:50 +0300 |
| commit | c1293c3afa9b9a057008026a9d988c6a5b9f516c (patch) | |
| tree | 9b75f29db56579f5160590a8a34a4b0789dab04e /src/components/status_body/status_body.js | |
| parent | f15599e6e57477131ba5592e2874916ed1da06e2 (diff) | |
| parent | a3c703bd37fc55c2377cb0bf099af6a21ea07e8e (diff) | |
Merge branch 'compact-notifs' into proper-attachments
* compact-notifs:
compact notifs
Diffstat (limited to 'src/components/status_body/status_body.js')
| -rw-r--r-- | src/components/status_body/status_body.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js index 601c963b..94366c6c 100644 --- a/src/components/status_body/status_body.js +++ b/src/components/status_body/status_body.js @@ -21,6 +21,7 @@ library.add( const StatusContent = { name: 'StatusContent', props: [ + 'compact', 'status', 'focused', 'noHeading', |
