mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
10 lines
118 B
Ruby
10 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Workers
|
|
module Mail
|
|
class AlsoCommented < NotifierBase
|
|
end
|
|
end
|
|
end
|
|
|