FIX: memoization in PostAnalyzer.raw_mentions (#5172)

Due to a missing 's' when assigning the computed value to @raw_mentions, the raw_mentions function in PostAnalyzer would never retrieve a memoized value.
This commit is contained in:
Darren Lee 2017-09-11 11:01:24 -07:00 committed by Régis Hanol
parent d7d9923b8e
commit 90dd1609eb
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class PostAnalyzer
raw_mentions.compact!
raw_mentions.uniq!
@raw_mention = raw_mentions
@raw_mentions = raw_mentions
end
# from rack ... compat with ruby 2.2