OSDN Git Service

取得時の自ポスト既読化をDMにも適用
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Wed, 20 Oct 2010 03:23:29 +0000 (03:23 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:16:01 +0000 (23:16 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@979 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Twitter.vb

index e9fe72b..69d0175 100644 (file)
@@ -1842,6 +1842,7 @@ Public Class Twitter
             End Try
 
             post.IsRead = read
+            If gType = WORKERTYPE.DirectMessegeSnt AndAlso Not read AndAlso _readOwnPost Then post.IsRead = True
             post.IsReply = False
             post.IsExcludeReply = False
             post.IsDm = True