sqlite: fix docstring
This commit is contained in:
parent
f6b292107e
commit
e62b169a6a
@ -174,8 +174,8 @@ class SqliteMessageStorage implements ISqliteMessageStorage {
|
|||||||
/**
|
/**
|
||||||
* Load messages for given channel on a given network and resolve a promise with loaded messages.
|
* Load messages for given channel on a given network and resolve a promise with loaded messages.
|
||||||
*
|
*
|
||||||
* @param Network network - Network object where the channel is
|
* @param network Network - Network object where the channel is
|
||||||
* @param Chan channel - Channel object for which to load messages for
|
* @param channel Channel - Channel object for which to load messages for
|
||||||
*/
|
*/
|
||||||
getMessages(network: Network, channel: Channel) {
|
getMessages(network: Network, channel: Channel) {
|
||||||
if (!this.isEnabled || Config.values.maxHistory === 0) {
|
if (!this.isEnabled || Config.values.maxHistory === 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user