From 5a710e460109b00331dde6fdf5913367d2c78e07 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 5 Jun 2023 16:53:49 +0200 Subject: [PATCH] Add new sponsor BairesDev --- README.md | 13 +++++++++---- docs/source/_templates/sponsors.html | 8 ++++++-- index.html | 5 +++-- src/headless/shared/api/events.js | 2 +- src/headless/utils/core.js | 3 ++- 5 files changed, 21 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 71c873792..b612e575c 100644 --- a/README.md +++ b/README.md @@ -167,13 +167,13 @@ We accept donations via [Patreon](https://www.patreon.com/jcbrand) and [Liberapa ## Sponsors

- - Blokt Crypto & Privacy + + BairesDev

- - KeyCDN + + Blokt Crypto & Privacy

@@ -181,3 +181,8 @@ We accept donations via [Patreon](https://www.patreon.com/jcbrand) and [Liberapa Prime Sound

+

+ + KeyCDN + +

diff --git a/docs/source/_templates/sponsors.html b/docs/source/_templates/sponsors.html index e3af40046..b373d7485 100644 --- a/docs/source/_templates/sponsors.html +++ b/docs/source/_templates/sponsors.html @@ -2,8 +2,8 @@ Become a sponsor diff --git a/index.html b/index.html index 1636f71ca..a5631f6b6 100644 --- a/index.html +++ b/index.html @@ -240,10 +240,11 @@

Converse is supported by:

diff --git a/src/headless/shared/api/events.js b/src/headless/shared/api/events.js index 955ab6e42..5f4ed0840 100644 --- a/src/headless/shared/api/events.js +++ b/src/headless/shared/api/events.js @@ -46,7 +46,7 @@ export default { * structure in order to modify it, before passing it back. * @async * @param { string } name - The hook name - * @param {...any} context - The context to which the hook applies (could be for example, a {@link _converse.ChatBox)). + * @param {...any} context - The context to which the hook applies (could be for example, a {@link _converse.ChatBox})). * @param {...any} data - The data structure to be intercepted and modified by the hook listeners. * @returns {Promise} - A promise that resolves with the modified data structure. */ diff --git a/src/headless/utils/core.js b/src/headless/utils/core.js index 9664b74c5..b9acf8d28 100644 --- a/src/headless/utils/core.js +++ b/src/headless/utils/core.js @@ -45,7 +45,8 @@ export function isEmptyMessage (attrs) { !attrs['body']; } -/* We distinguish between UniView and MultiView instances. +/** + * We distinguish between UniView and MultiView instances. * * UniView means that only one chat is visible, even though there might be multiple ongoing chats. * MultiView means that multiple chats may be visible simultaneously.