Skip to content
Snippets Groups Projects

#330 Remove posts immediately by blocking someone

Merged #330 Remove posts immediately by blocking someone
1 unresolved thread
1 unresolved thread
Edited by Jasper Lingers

Merge request reports

Pipeline #8248 passed

Pipeline passed for 7698a6fb on jasper:fix/remove-posts-immediately-by-blocking-someone

Approval is optional

Merged by Shpuld ShpludsonShpuld Shpludson 6 years ago (Mar 7, 2019 4:07pm UTC)

Merge details

Pipeline #8685 passed

Pipeline passed for e3b3ef15 on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
362 362 if (timeline === 'media') {
363 363 params.push(['only_media', 1])
364 364 }
365
366 params.push(['count', 20])
365 if (!between) {
366 params.push(['count', count])
  • Author Contributor

    oh, I hadn't checked backend. I think we need to add a case to fetch all statuses between max_id and since_id in the backend.

    Just so you know, the backend uses "limit" parameter, not "count". The "count" from FE isn't used at all. I will change it to "limit" in FE.

    Edited by Jasper Lingers
  • Jasper Lingers marked as a Work In Progress

    marked as a Work In Progress

  • Jasper Lingers mentioned in merge request !569 (closed)

    mentioned in merge request !569 (closed)

  • Jasper Lingers added 1 commit

    added 1 commit

    • 4e793002 - Remove posts by blocking or unfollowing

    Compare with previous version

  • Author Contributor

    @shpuld I've updated, so you can merge. This MR have a functionality only to remove statuses by blocking/unfollowing.

  • Jasper Lingers unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Jasper Lingers added 1 commit

    added 1 commit

    • 7698a6fb - Remove posts by blocking or unfollowing

    Compare with previous version

  • mentioned in commit e3b3ef15

  • Please register or sign in to reply
    Loading