Skip to content

Commit 4ad6027

Browse files
committed
Fix formatting issue in blog post
1 parent 3e6019f commit 4ad6027

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/blog/20151016-subscriptions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ What events could trigger that a change to the data fetched in that fragment?
7474
* Someone who had liked the post deactivates their account (changes the like count down one, changes the like sentence to decrement the translated count).
7575
* Someone who had liked the post reactivates their account (changes the like count up one, changes the like sentence to increment the translated count).
7676
* Someone who had liked the post blocks you (cannot show them in the like sentence).
77-
* Someone who had liked the post changes their name (need to update the text of the like sentence). Our internal ranking model for the ordering of names in the like sentence updates, and we should be listing a different person first (want to update the text of the like sentence).
77+
* Someone who had liked the post changes their name (need to update the text of the like sentence).
78+
* Our internal ranking model for the ordering of names in the like sentence updates, and we should be listing a different person first (want to update the text of the like sentence).
7879
7980
And that’s just the tip of the iceberg in terms of events; each of those events also becomes tricky when there are thousands of people subscribed, and millions of people who liked the post. Implementing live queries for this set of data proved to be immensely complicated.
8081

0 commit comments

Comments
 (0)