Skip to content

Commit aa7e1ff

Browse files
committed
[K6.4] Some errors on user profile on socials field
1 parent 8be1e67 commit aa7e1ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/libraries/kunena/src/User/KunenaUserSocials.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* @property string $pinterest
5555
* @property string $reddit
5656
* @property string $bluesky_app
57+
* @property string $threads
5758
*
5859
* @since Kunena 6.4
5960
*/
@@ -227,6 +228,12 @@ class KunenaUserSocials
227228
*/
228229
public $bluesky_app = '';
229230

231+
/**
232+
* @var string Threads
233+
* @since Kunena 6.4.0
234+
*/
235+
public $threads = '';
236+
230237
protected $userid = 0;
231238

232239
/**

0 commit comments

Comments
 (0)