mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
MS IZ YEAAAAAAAAAAAAHHHHHgit push origin master git push origin master
This commit is contained in:
@@ -25,7 +25,7 @@ class RequestsController < ApplicationController
|
||||
end
|
||||
|
||||
def create
|
||||
url = find_url(params[:request][:destination_url])
|
||||
url = diaspora_url(params[:request][:destination_url])
|
||||
@request = current_user.send_friend_request_to(url)
|
||||
if @request
|
||||
flash[:notice] = "a friend request was sent to #{@request.destination_url}"
|
||||
|
||||
Reference in New Issue
Block a user