mirror of
https://ghfast.top/https://github.com/discourse/discourse-akismet.git
synced 2026-07-15 11:36:24 +08:00
* Removes need for migration * Migrated API key from an ENV variable to a site setting * Removed HipChat support but put in an API hook it could use * Add I18n support * More idiomatic Ember / Discourse code * Updated to use `akismet` gem to avoid patching Post model * renamed to `discourse_akismet` to separate from gem * Added better error handling for web events
5 lines
106 B
Ruby
5 lines
106 B
Ruby
module DiscourseAkismet
|
|
class Engine < ::Rails::Engine
|
|
isolate_namespace DiscourseAkismet
|
|
end
|
|
end
|