Merge branch 'fix/1658-invite-send' into 'develop'
[akkoma] / priv / repo / migrations / 20191007073319_create_following_relationships.exs
index 7daaf05751ea08e1f32ac36cd96e6c5ed08ee5c7..d49e24ee4804acecde33e7018cae9206fd96638d 100644 (file)
@@ -16,7 +16,7 @@ defmodule Pleroma.Repo.Migrations.CreateFollowingRelationships do
     execute(update_thread_visibility(), restore_thread_visibility())
   end
 
-  # The only difference with the original verion: `actor_user` replaced with `actor_user_following`
+  # The only difference between the original version: `actor_user` replaced with `actor_user_following`
   def update_thread_visibility do
     """
     CREATE OR REPLACE FUNCTION thread_visibility(actor varchar, activity_id varchar) RETURNS boolean AS $$