Commit 1c18bd181c6e868cd030bfc9df4c28c4825ff7c7

Authored by Андрей Ларионов
Exists in master

Merge branch 'master' of http://gitlab.nologostudio.ru/alarionov/rekamore-su

Showing 1 changed file Side-by-side Diff

app/Http/Controllers/HomeController.php
... ... @@ -47,7 +47,7 @@ class HomeController extends Controller
47 47  
48 48 return response()->json([
49 49 'success' => true,
50   - 'url_redirect' => route($user_type . '.dialog', ['chat' => $new_message->chat_id_to])
  50 + 'url_redirect' => route($user_type . '.dialog', ['chat' => $new_message->chat_id_from])
51 51 ]);
52 52 }
53 53 }