intents fix

This commit is contained in:
Rob Colbert 2019-07-14 03:22:15 -04:00
parent c804d6d438
commit 6226cc1dfd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class IntentsController < ApplicationController
rescue_from Addressable::URI::InvalidURIError, with: :handle_invalid_uri
def show
if uri.scheme == 'web+gabsocial'
if uri.scheme == 'web+mastodon'
case uri.host
when 'follow'
return redirect_to authorize_interaction_path(uri: uri.query_values['uri'].gsub(/\Aacct:/, ''))