Skip to content
Snippets Groups Projects

Do not post entire Wiki page content as chat notification

Merged Ville Skyttä requested to merge scop/gitlab:wiki-page-message into master
All threads resolved!
3 files
+ 16
10
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,7 +14,7 @@ def initialize(params)
obj_attr = HashWithIndifferentAccess.new(obj_attr)
@title = obj_attr[:title]
@wiki_page_url = obj_attr[:url]
@description = obj_attr[:content]
@description = obj_attr[:message]
@action =
case obj_attr[:action]
Loading