Fix jsdoc

Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
This commit is contained in:
John Molakvoæ 2021-06-17 10:38:03 +02:00 committed by John Molakvoæ (skjnldsv)
parent 38d2f978a6
commit 6634112099
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
3 changed files with 3 additions and 3 deletions

View file

@ -162,4 +162,4 @@ const Y=e=>{if(null===e)return null;const t=Object(L.a)();if("period"===e.type)r
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/a.nc=btoa(Object(s.getRequestToken)()),a.p=OC.linkTo("user_status","js/"),r.default.prototype.t=t,r.default.prototype.$t=t;n.default=new r.default({el:'li[data-id="user_status-menuitem"]',name:"UserStatusRoot",render:e=>e(y),store:b});document.addEventListener("DOMContentLoaded",(function(){OCA.Dashboard&&OCA.Dashboard.registerStatus("status",e=>new(r.default.extend(y))({propsData:{inline:!0},store:b}).$mount(e))}))}]);
//# sourceMappingURL=user-status-menu.js.map?v=603bc1f68256a2255fb6
//# sourceMappingURL=user-status-menu.js.map?v=f814be01032d80bbb385

File diff suppressed because one or more lines are too long

View file

@ -264,7 +264,7 @@ const actions = {
* @param {String} status.icon The icon
* @param {Number} status.clearAt When to automatically clear the status
* @param {Boolean} status.messageIsPredefined Whether or not the message is predefined
* @param {string} status.messageId The id of the predefined message
* @param {String} status.messageId The id of the predefined message
* @returns {Promise<void>}
*/
async setStatusFromHeartbeat({ commit }, status) {