mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Merge branch '1.8.x' into upgrade-utopia-queue
This commit is contained in:
commit
49195e5d6f
2 changed files with 4 additions and 4 deletions
|
|
@ -201,8 +201,8 @@ class Messaging extends Action
|
|||
$countryCodes[$countryCode] = ($countryCodes[$countryCode] ?? 0) + 1;
|
||||
}
|
||||
}
|
||||
if (!empty($countryCodes)) {
|
||||
Span::add('countryCodes', \json_encode($countryCodes));
|
||||
foreach ($countryCodes as $code => $count) {
|
||||
Span::add('countryCode_' . $code, $count);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -441,8 +441,8 @@ class Messaging extends Action
|
|||
$countryCodes[$countryCode] = ($countryCodes[$countryCode] ?? 0) + 1;
|
||||
}
|
||||
}
|
||||
if (!empty($countryCodes)) {
|
||||
Span::add('countryCodes', \json_encode($countryCodes));
|
||||
foreach ($countryCodes as $code => $count) {
|
||||
Span::add('countryCode_' . $code, $count);
|
||||
}
|
||||
|
||||
if ($this->adapter === null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue