File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -722,9 +722,9 @@ namespace FriendicaAPI {
722722 bookmarked : s . bookmarked ? s . bookmarked : false ,
723723 quote : null ,
724724 quote_approval : {
725- automatic : [ 'unsupported_policy' ] ,
725+ automatic : [ ] ,
726726 manual : [ ] ,
727- current_user : 'automatic '
727+ current_user : 'unknown '
728728 }
729729 } )
730730 export const status_params = ( s : Entity . StatusParams ) : MegalodonEntity . StatusParams => {
Original file line number Diff line number Diff line change @@ -691,9 +691,9 @@ namespace GotosocialAPI {
691691 bookmarked : s . bookmarked ? s . bookmarked : false ,
692692 quote : null ,
693693 quote_approval : {
694- automatic : [ 'unsupported_policy' ] ,
694+ automatic : [ ] ,
695695 manual : [ ] ,
696- current_user : 'automatic '
696+ current_user : 'unknown '
697697 }
698698 } )
699699 export const status_params = ( s : Entity . StatusParams ) : MegalodonEntity . StatusParams => s
Original file line number Diff line number Diff line change @@ -640,9 +640,9 @@ namespace PixelfedAPI {
640640 bookmarked : s . bookmarked ? s . bookmarked : false ,
641641 quote : null ,
642642 quote_approval : {
643- automatic : [ 'unsupported_policy' ] ,
643+ automatic : [ ] ,
644644 manual : [ ] ,
645- current_user : 'automatic '
645+ current_user : 'unknown '
646646 }
647647 } )
648648 export const status_params = ( s : Entity . StatusParams ) : MegalodonEntity . StatusParams => s
You can’t perform that action at this time.
0 commit comments