We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ebd18 commit 2db6675Copy full SHA for 2db6675
1 file changed
src/wp-includes/collaboration/class-wp-sync-post-meta-storage.php
@@ -123,7 +123,7 @@ public function get_awareness_state( string $room ): array {
123
* @param string $room Room identifier.
124
* @param array<int, mixed> $awareness Serializable awareness state.
125
*/
126
- public function set_awareness_state( string $room, mixed $awareness ): void {
+ public function set_awareness_state( string $room, array $awareness ): void {
127
$post_id = $this->get_storage_post_id();
128
$meta_key = $this->get_awareness_meta_key( $room );
129
0 commit comments