about summary refs log tree commit diff
path: root/app/services
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-09-24 21:46:22 -0500
committermultiple creatures <dev@multiple-creature.party>2019-09-24 21:46:22 -0500
commit1273ee7cfdb93c86c0767774d7a1791d1363bdc5 (patch)
tree44a892074a1710cf59e49b6518da7438b3b45238 /app/services
parentfc08cd704b5ff608a53ef5292d6f96448a9a7602 (diff)
the commit below this but like actually fix it this time
Diffstat (limited to 'app/services')
-rw-r--r--app/services/post_status_service.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/post_status_service.rb b/app/services/post_status_service.rb
index a7275ea90..3975a37d8 100644
--- a/app/services/post_status_service.rb
+++ b/app/services/post_status_service.rb
@@ -141,7 +141,8 @@ class PostStatusService < BaseService
     @text.strip!
     @text.gsub!(/^(?:#[\w:._·\-]+\s*)+$/, '')
     @text.strip!
-    @text.gsub!("\uf669", "##").gsub!("\uf666", "#")
+    @text.gsub!("\uf669", "##")
+    @text.gsub!("\uf666", "#")
   end
 
   def preprocess_attributes!