Add setting for allow following move
2 unresolved threads
2 unresolved threads
closes #732 (closed)
Merge request reports
Activity
535 536 if (timeline === 'public' || timeline === 'publicAndExternal') { 536 537 params.push(['only_media', false]) 537 538 } 539 if (timeline === 'notifications') { 540 params.push(['with_move', withMove]) Unnecessary?
mentioned in commit 17b6d8dd
Please register or sign in to reply