mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-17 18:43:05 -04:00
Fix drag&drop of user query losing information (#8113)
* Fix drag&drop of user query losing information Information about RSS sharing was lost after a drag&drop * Fix related type cast
This commit is contained in:
committed by
GitHub
parent
201c113041
commit
20ecbeb09c
@@ -44,7 +44,8 @@ declare(strict_types=1);
|
||||
* @property bool $onread_jump_next
|
||||
* @property string $passwordHash
|
||||
* @property int $posts_per_page
|
||||
* @property array<int,array{get?:string,name?:string,order?:string,search?:string,state?:int,url?:string,token?:string}> $queries
|
||||
* @property array<int,array{get?:string,name?:string,order?:string,search?:string,state?:int,url?:string,token?:string,
|
||||
* shareRss?:bool,shareOpml?:bool,description?:string,imageUrl?:string}> $queries
|
||||
* @property bool $reading_confirm
|
||||
* @property int $since_hours_posts_per_rss
|
||||
* @property bool $show_fav_unread
|
||||
|
||||
Reference in New Issue
Block a user