yakirillko

Results 2 comments of yakirillko

> > > > Hi! > > My version is 9.5.5 and the plugin works correctly. > > You don't need to create a new notification, you only need to...

static public function item_add_user(User $item) { **if (isset($item->input['telegram_username']))** { $user = new self; $user->fields['id'] = $item->fields['id']; $user->fields['username'] = $item->input['telegram_username']; $user->addToDB(); } } static public function item_update_user(User $item) { $user =...