mirror of
https://github.com/flarum/core.git
synced 2025-10-14 00:15:51 +02:00
WIP IP Logging
This commit is contained in:
@@ -81,7 +81,8 @@ class PostReplyHandler
|
||||
$post = CommentPost::reply(
|
||||
$discussion->id,
|
||||
array_get($command->data, 'attributes.content'),
|
||||
$actor->id
|
||||
$actor->id,
|
||||
$command->ipAddress
|
||||
);
|
||||
|
||||
$this->events->fire(
|
||||
|
Reference in New Issue
Block a user