grundleborg / mediawiki-slack

Mediawiki Integration for Slack
MIT License
40 stars 12 forks source link

File creation triggers notification #18

Open RicoLaaa opened 8 years ago

RicoLaaa commented 8 years ago

When a new image/file is added to a wiki it triggers a notification on slack. Is there a way to have the file creation to be handled as a minor change?

RicoLaaa commented 8 years ago

fixed by adding to line 112 & 133

if ( $wikiPage->getTitle()->getNamespace() == NS_FILE ) { return true;}