X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=src%2Fdb%2Fbase.js;fp=src%2Fdb%2Fbase.js;h=c5ea237c7e1f33c71abfd23f0e4b3136af507f9c;hp=36cca60328875280620395ae5a4578ebef3136ee;hb=1d571ced238ac89098fa690bd35f5c9f58cb18f2;hpb=e5c67776b7a31daac84b5a047f9e566657e5b7f9 diff --git a/src/db/base.js b/src/db/base.js index 36cca60..c5ea237 100644 --- a/src/db/base.js +++ b/src/db/base.js @@ -550,8 +550,9 @@ class Database { * Get topic data, without content. * @param {*} dbCtx * @param {String} topicUrl + * @param {Boolean} applyDefaults */ - async topicGetByUrl(dbCtx, topicUrl) { + async topicGetByUrl(dbCtx, topicUrl, applyDefaults = true) { this._notImplemented('topicGetByUrl', arguments); }