From c644e6ea898413a35c5bd69bf49b872f605151dc Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Sun, 27 May 2018 21:33:04 +0200 Subject: [PATCH] Do not replace history state This is both for consistency with account timelines and to not mess with the logic used to decide whether going back in the browser's history is going to make us leave the WebUI. --- .../community_timeline/components/section_headline.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/flavours/glitch/features/community_timeline/components/section_headline.js b/app/javascript/flavours/glitch/features/community_timeline/components/section_headline.js index c7176d04b..8c0c68cdc 100644 --- a/app/javascript/flavours/glitch/features/community_timeline/components/section_headline.js +++ b/app/javascript/flavours/glitch/features/community_timeline/components/section_headline.js @@ -48,8 +48,8 @@ export default class SectionHeadline extends Component { ) : ( - - + + )}