1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Comment fix

This commit is contained in:
marzavec 2020-09-22 00:41:45 -05:00
parent 5eb695bc53
commit 96eacd92b1

View File

@ -55,8 +55,8 @@ export function legacyLevelToLabel(level) {
/** /**
* Alter the outgoing payload to an `info` cmd and add/change missing props * Alter the outgoing payload to an `info` cmd and add/change missing props
* @param {object} payload Numeric level to find the label for * @param {object} payload Original payload
* @param {string} nick Numeric level to find the label for * @param {string} nick Sender nick
* @return {object} * @return {object}
*/ */
export function legacyInviteOut(payload, nick) { export function legacyInviteOut(payload, nick) {
@ -73,8 +73,8 @@ export function legacyInviteOut(payload, nick) {
/** /**
* Alter the outgoing payload to an `info` cmd and add/change missing props * Alter the outgoing payload to an `info` cmd and add/change missing props
* @param {object} payload Numeric level to find the label for * @param {object} payload Original payload
* @param {string} nick Numeric level to find the label for * @param {string} nick Receiver nick
* @return {object} * @return {object}
*/ */
export function legacyInviteReply(payload, nick) { export function legacyInviteReply(payload, nick) {