Skip to content
Snippets Groups Projects

Account endorsements

Merged mkljczk requested to merge mkljczk/pleroma:account-endorsements into develop
1 unresolved thread

Like on Mastodon, users can pin accounts they want to recommend to other users. Mastodon only shows them on static pages, so I added a /api/v1/pleroma/accounts/:id/endorsements route. They do not federate on Mastodon, so I didn't make them federate either, for now.

Edited by mkljczk

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
  • mkljczk added 1 commit

    added 1 commit

    Compare with previous version

  • mkljczk added 1 commit

    added 1 commit

    Compare with previous version

  • mkljczk added 1 commit

    added 1 commit

    Compare with previous version

  • mkljczk added 1 commit

    added 1 commit

    Compare with previous version

  • mkljczk resolved all threads

    resolved all threads

  • mkljczk marked this merge request as ready

    marked this merge request as ready

  • Alex Gleason
  • Alex Gleason
  • Alex Gleason
  • Alex Gleason
  • 160 160 target,
    161 161 &User.muting_reblogs?(&1, &2)
    162 162 ),
    163 endorsed: false,
    164 163 note:
    165 164 UserNote.show(
    166 165 reading_user,
    167 166 target
    167 ),
    168 endorsed:
    169 UserRelationship.exists?(
    170 user_relationships,
    171 :endorsement,
    172 target,
    173 reading_user,
    174 &User.endorses?(&2, &1)
  • Alex Gleason
  • Alex Gleason
  • mkljczk added 1 commit

    added 1 commit

    Compare with previous version

  • Alex Gleason approved this merge request

    approved this merge request

  • mkljczk added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Alex Gleason mentioned in commit 84dcb55b

    mentioned in commit 84dcb55b

  • Please register or sign in to reply
    Loading