Peter replied to swentel/indigenous-android issue #25

There is not response_type=code used, I guess.

Microsub changes

Yesterday I made an improvement to support paging with ZADD and ZRANGEBYSCORE. This allows me to get range of entries based in the timestamp of the published date (converted to Unix timestamp). The problem is that the unread entries are still available in the list. It's hard to find the first unread entry in the list. That entry is the starting point of the list of entries for the first page of items.

I implemented the solution like this: keep two lists. One with all unread items and one with the read items. In principle an entry moves from one list to the other in a linear fashion, because that's the reading order. So now when there is no after or before argument the server can send the first twenty items of the list. The first and last item contain the next before and after values. Nice thing is that I now get unread count for free with ZCARD.

redisearchRedid module with Fulltext search abilities

Social Graph problemPeople are getting sick of registering and re-declaring their friends on every site.

Peter created a new issue for cleverdevil/together

White page when using map layouts

I get a white page when using the map layout. I get the following error in the console: "Cannot read property 'marker' of null" at checkins.js:122

I'm not sure, it looks like the problem could that I have "checkin" property that is and empty object.
Trying some improvements when bookmarking from the Android app. Already works a bit better.
Very excited about new Redis Streams feature. When can I try it out?

Load more