Skip to content
Snippets Groups Projects

Show favoriting and repeating users in hilighted status

1 unresolved thread

Fixed some issues in brenden's branch, including i18n and overflowing and cleaning up some code.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
257 262 return this.status.statusnet_html
258 263 }
259 264 return this.status.summary_html + '<br />' + this.status.statusnet_html
265 },
266 combinedFavsAndRepeatsAvatars () {
267 // Use the status from the global status repository since favs and repeats are saved in it
268 const combinedAvatars = [].concat(this.statusFromGlobalRepository.favoritedBy, this.statusFromGlobalRepository.rebloggedBy).filter(_ => _)
  • Maintainer

    overall LGTM, kinda want to see how it looks tho

  • Maintainer

    works good too

  • added 1 commit

    Compare with previous version

  • Shpuld Shpludson added 31 commits

    added 31 commits

    • da08388d...0f7f685c - 30 commits from branch develop
    • b1bd5bd0 - Merge branch 'develop' into 'brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users'

    Compare with previous version

  • HJ merged

    merged

  • HJ mentioned in commit a954f56e

    mentioned in commit a954f56e

  • Please register or sign in to reply
    Loading