mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Fix jsdoc
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
This commit is contained in:
parent
38d2f978a6
commit
6634112099
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue