mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
(Update) System Messages 🚀
- formated for new chat
This commit is contained in:
@@ -110,7 +110,7 @@ class PollController extends Controller
|
||||
$profile_url = hrefProfile($user);
|
||||
|
||||
$this->chat->systemMessage(
|
||||
":robot: [b][color=#fb9776]System[/color][/b] : [url={$profile_url}]{$user->username}[/url] has voted on poll [url={$poll_url}]{$poll->title}[/url]"
|
||||
"[url={$profile_url}]{$user->username}[/url] has voted on poll [url={$poll_url}]{$poll->title}[/url]"
|
||||
);
|
||||
|
||||
return redirect('poll/'.$poll->slug.'/result')
|
||||
|
||||
Reference in New Issue
Block a user