diff --git a/files/routes/comments.py b/files/routes/comments.py index caa80709c..884b7f0fe 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -545,7 +545,7 @@ def api_comment(v): 'notification': { 'title': f'New reply by @{v.username}', 'body': c.body, - 'deep_link': f'http://{site}{c.permalink}?context=10&read=true#context', + 'deep_link': f'http://{site}{c.permalink}?context=9&read=true#context', }, }, }, diff --git a/files/templates/comments.html b/files/templates/comments.html index 7619c83f7..b5dcb6912 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -215,11 +215,11 @@ {% endfor %}
- More comments + More comments
{% elif replies %}
- More comments + More comments
{% endif %} {% endif %} @@ -443,8 +443,8 @@ Reply {% endif %} - Context - Copy link + Context + Copy link {% if v %} Report {% endif %} @@ -575,7 +575,7 @@ {% endfor %}
- More comments + More comments
{% elif replies %}
@@ -608,9 +608,9 @@ Unsave {% endif %} - Copy link + Copy link - Context + Context Report