Loading Changelog.md +1 −0 Original line number Diff line number Diff line # 0.5.9.0 ## Refactor * Remove unused mentions regex [#6810](https://github.com/diaspora/diaspora/pull/6810) ## Bug fixes * Fix back to top button not appearing on Webkit browsers [#6782](https://github.com/diaspora/diaspora/pull/6782) Loading app/models/mention.rb +0 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ # the COPYRIGHT file. class Mention < ActiveRecord::Base REGEX = /@\{([^;]+); ([^\}]+)\}/ belongs_to :post belongs_to :person validates :post, :presence => true Loading Loading
Changelog.md +1 −0 Original line number Diff line number Diff line # 0.5.9.0 ## Refactor * Remove unused mentions regex [#6810](https://github.com/diaspora/diaspora/pull/6810) ## Bug fixes * Fix back to top button not appearing on Webkit browsers [#6782](https://github.com/diaspora/diaspora/pull/6782) Loading
app/models/mention.rb +0 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,6 @@ # the COPYRIGHT file. class Mention < ActiveRecord::Base REGEX = /@\{([^;]+); ([^\}]+)\}/ belongs_to :post belongs_to :person validates :post, :presence => true Loading