Skip to content

269 filter by followed users backend part

Hannes Heine requested to merge pr730head into pr730base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


🍰 Pullrequest

This is the backend part for #269 (closed). It can be merged independently.

With this PR the backend accepts an optional input parameter for Post query: It's called filterBubble and has currently two options: { author: followed } { author: following } or { author: all }.

Screenshot - 2019-06-03T195824 383

versus

Screenshot - 2019-06-03T195903 512

I'm doing my best in the test setup to minimize those tests that do HTTP calls.

Issues

  • None

Todo

  • None

Merge request reports