機能 #591 » 0001-.patch
core/mui/gtk_postbox.rb | ||
---|---|---|
post.buffer.text = @options[:delegated_by].post.buffer.text
|
||
@options[:delegated_by].post.buffer.text = ''
|
||
elsif retweet?
|
||
post.buffer.text = " RT @" + @watch.idname + ": " + @watch.to_show
|
||
text = Plugin.filtering(:retweet_post_text, @watch, " RT @" + @watch.idname + ": " + @watch.to_show)[1]
|
||
post.buffer.text = text
|
||
post.buffer.place_cursor(post.buffer.start_iter)
|
||
elsif reply?
|
||
post.buffer.text = reply_users + ' ' + post.buffer.text end
|