mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 12:34:25 +00:00
remove duplicated construction
This commit is contained in:
parent
11d2f35d49
commit
4539cdfd13
@ -222,12 +222,6 @@ class RoomController extends AbstractController
|
||||
continue;
|
||||
}
|
||||
|
||||
// Skip values with meta keys
|
||||
if (str_starts_with($pending['key'], '_'))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
// Require valid kevachat meta
|
||||
if ($data = $this->_post($client, $pending))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user