OSDN Git Service

/notifications/mentions.json を使用したReplyタブの更新に対応
[opentween/open-tween.git] / OpenTween / Models / MentionsTabModel.cs
index e3c410d..a56675b 100644 (file)
@@ -41,7 +41,11 @@ namespace OpenTween.Models
         public override MyCommon.TabUsageType TabType
             => MyCommon.TabUsageType.Mentions;
 
-        public long OldestId { get; set; } = long.MaxValue;
+        public PostId? OldestId { get; set; }
+
+        public string? CursorTop { get; set; }
+
+        public string? CursorBottom { get; set; }
 
         public MentionsTabModel()
             : this(MyCommon.DEFAULTTAB.REPLY)