diff options
| author | Brenden Bice <brenden.next@gmail.com> | 2019-04-01 22:30:06 -0400 |
|---|---|---|
| committer | Brenden Bice <brenden.next@gmail.com> | 2019-04-11 23:26:12 -0400 |
| commit | 85457fc9173d64d39b1d942496cae1366a0d95ab (patch) | |
| tree | 441281c161808c2e9f72df0e572db813cc6911df /src/components/status/status.js | |
| parent | 2d339cd3b8b3ffc1509c954f68636d8ed4d37253 (diff) | |
fetch reblogged users
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index e470eaeb..eda96373 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -262,6 +262,8 @@ const Status = { favouritedByUsers () { return this.statusoid.favoritedBy ? this.statusoid.favoritedBy : [] }, + rebloggedByUsers () { + return this.statusoid.rebloggedBy ? this.statusoid.rebloggedBy : [] } }, components: { |
