Don't replace Show Map in text mode

main
bashrc 2026-03-01 11:41:54 +00:00
parent 366cde8fe2
commit da1633562f
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def text_mode_removals(text: str, translate: {}) -> str:
"""Removes some elements of a post when displaying in a text mode browser
"""
text = text.replace(translate['SHOW MORE'], '')
text = text.replace(translate['Show Map'], '')
text = text.replace(translate['mitm'], '👁 ')
return text