ericaddison / APT_miniProject

0 stars 0 forks source link

StreamsOwned and StreamsSubbed aren't correct #47

Closed psigourney closed 7 years ago

psigourney commented 7 years ago

When I create a stream, regardless of whether I put a subscriber or not, the stream shows up as owned and subscribed by me. Also, adding other emails to the subscriber list does not result in the stream being subscribed by that user.

psigourney commented 7 years ago

Fixed it.

Had copied a FOR block from the owned_streams code without changing the list it was iterating through.

ericaddison commented 7 years ago

lol! I just fixed that as well... Lets see what conflicts I get on my branch! :)