Skip to content

[#182] Resolve "Add admin notification to description change"

Margot requested to merge 182-description-admin-notifications-etc into master

Closes #182 (closed)

Satisfies the following behavior spec:

GIVEN that an admin is changing the channel description

  • WHEN DESCRIPTION command is successfully executed by an Admin
  • THEN a notification goes to all Admins that says "Channel description set to $newdescription"

Additionally provides some random fixes:

  • bump description to bottom of INFO output
  • add test (in models/channel.spec.js) to confirm that empty string is set as default description field if none provided
  • fix stray la canal in FR strings
Edited by aguestuser

Merge request reports