mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Store and expose time a blog post was received
This is useful when sorting blog posts in the combined feed. It ensures you do not miss older posts that were just synced to you.
This commit is contained in:
@@ -32,6 +32,7 @@ public interface BlogConstants {
|
||||
String KEY_DESCRIPTION = "description";
|
||||
String KEY_TITLE = "title";
|
||||
String KEY_TIMESTAMP = "timestamp";
|
||||
String KEY_TIME_RECEIVED = "timeReceived";
|
||||
String KEY_PARENT = "parent";
|
||||
String KEY_AUTHOR_ID = "id";
|
||||
String KEY_AUTHOR_NAME = "name";
|
||||
|
||||
Reference in New Issue
Block a user