mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 05:50:22 +00:00
sqlite: fix docstring
This commit is contained in:
parent
f6b292107e
commit
e62b169a6a
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ class SqliteMessageStorage implements ISqliteMessageStorage {
|
|||
/**
|
||||
* 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 Chan channel - Channel object for which to load messages for
|
||||
* @param network Network - Network object where the channel is
|
||||
* @param channel Channel - Channel object for which to load messages for
|
||||
*/
|
||||
getMessages(network: Network, channel: Channel) {
|
||||
if (!this.isEnabled || Config.values.maxHistory === 0) {
|
||||
|
|
Loading…
Reference in a new issue