Merge branch 'stable' into develop

This commit is contained in:
Steffen van Bergerem 2016-05-05 17:59:51 +02:00
commit 2263abdc82
2 changed files with 1 additions and 2 deletions

View file

@ -145,6 +145,7 @@ Contributions are very welcome, the hard work is done!
# 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)

View file

@ -3,8 +3,6 @@
# the COPYRIGHT file.
class Mention < ActiveRecord::Base
REGEX = /@\{([^;]+); ([^\}]+)\}/
belongs_to :post
belongs_to :person
validates :post, :presence => true