Skip to content

Commit

Permalink
Merge branch 'stable' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen van Bergerem committed May 5, 2016
2 parents 05d632d + ce6b1a3 commit 2263abd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions app/models/mention.rb
Expand Up @@ -3,8 +3,6 @@
# the COPYRIGHT file.

class Mention < ActiveRecord::Base
REGEX = /@\{([^;]+); ([^\}]+)\}/

belongs_to :post
belongs_to :person
validates :post, :presence => true
Expand Down

0 comments on commit 2263abd

Please sign in to comment.