OSDN Git Service

Merge pull request #307 from opentween/detect-rate-limits
[opentween/open-tween.git] / OpenTween / Api / TwitterV2 / NotificationsMentionsRequest.cs
index 08063ea..8f08a5e 100644 (file)
@@ -151,7 +151,6 @@ namespace OpenTween.Api.TwitterV2
                 statuses.Add(tweet);
             }
 
-            var tweets = TimelineTweet.ExtractTimelineTweets(rootElm);
             var cursorTop = rootElm.XPathSelectElement("//content/operation/cursor[cursorType[text()='Top']]/value")?.Value;
             var cursorBottom = rootElm.XPathSelectElement("//content/operation/cursor[cursorType[text()='Bottom']]/value")?.Value;