7 Commits

Author SHA1 Message Date
f1f3bd9582 Real fix for showing your own posts (#78)
* Real fix for not showing your own posts (#55)

Instead of adding yourself as your follower at the moment of the creation of the user, it's better to change the getFeed.ts script to getAllPosts from users that you are following + posts from you.

* add same users posts in Feed function (refactor old hack way)

Co-authored-by: Gustavo Contreiras <guto.contreiras@gmail.com>
2020-01-04 16:01:25 -05:00
ea13885380 Bump mixin-deep from 1.3.1 to 1.3.2 in /functions
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-29 15:08:02 +00:00
3098cef76f fixed imports + added new files to git 2018-10-29 13:17:20 -04:00
8990105885 added notifications for android (like, comment, follow) 2018-10-26 17:00:41 -04:00
157d23c600 remove node_modules 2018-06-01 00:36:34 -04:00
b4eeffab58 ignore files 2018-06-01 00:23:39 -04:00
b01307c7d7 now uses cloud functions to get Feed 2018-05-14 18:51:47 +02:00