Skip to content

Commit

Permalink
Add serverFqdnOptional to example (as we run into errors otherwise)
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Dec 20, 2018
1 parent b6c9938 commit d655fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/matrix/matrix.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ module.exports = class Matrix extends BaseJsonService {
title: 'Matrix',
namedParams: {
roomAlias: 'twim:matrix.org',
serverFqdnOptional: 'matrix.org',
},
pattern: ':roomAlias/:serverFqdnOptional',
staticExample: this.render({ members: 42 }),
Expand Down

0 comments on commit d655fa1

Please sign in to comment.