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