lassik / phpbb-ext-telegramnotifications

Notify on Telegram whenever someone posts on phpBB
GNU General Public License v2.0
11 stars 7 forks source link

Added a setting to excluse certain forums from Telegram #14

Open CodingFree opened 6 years ago

CodingFree commented 6 years ago

Hello,

I have not enough time to test this, but I had an idea. Could it possible to exclude certain forums from the notifications? We are announcing some posts that are in an adminsitrative forum and we would like to exclude it from Telegram.

Best regards.

CodingFree commented 6 years ago

There is a bug at line 227 where forumid should be forum_id and that way It is capable to find the forum where the message was created.

I am not able to get the array of forums to exclude ($this->config['lassik_telegram_chat_forums']) but it is the only thing missing to enable this feature.