OSDN Git Service

DM送信完了時のレスポンスを即座にDirectタブに反映させる
[opentween/open-tween.git] / OpenTween / Tween.cs
index 5c539e4..459ddf7 100644 (file)
@@ -2734,8 +2734,8 @@ namespace OpenTween
                     {
                         this._statuses.AddPost(post);
                         this._statuses.DistributePosts();
-                        this.RefreshTimeline();
                     }
+                    this.RefreshTimeline();
                 }
             }
         }