lib/ayadn/action.rb in ayadn-1.7.4 vs lib/ayadn/action.rb in ayadn-1.7.5
- old
+ new
@@ -377,10 +377,14 @@
if resp['repost_of']
puts "REPOST OF:\n".inverse
Errors.repost(post_id, resp['repost_of']['id'])
@view.show_simple_post([resp['repost_of']], options)
end
- puts "AUTHOR:\n".inverse
+ if Settings.options[:timeline][:compact] == true
+ puts "\nAUTHOR:\n".inverse
+ else
+ puts "AUTHOR:\n".inverse
+ end
if response['data']['username'] == Settings.config[:identity][:username]
@view.show_userinfos(stream, @api.get_token_info['data'], true)
else
@view.show_userinfos(stream, nil, true)
end