Project 'elixxir/notifications-bot' was moved to 'archives/notifications-bot'. Please update any links and bookmarks that may still have the old path.
Add huawei provider code
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 9bc8e1a2 - Unknown notification parsing, use new field from client, switch to prims constants
added 1 commit
- dc85bbaa - Update register test to check unknown provider parsing
62 62 TransmissionRSA []byte `gorm:"not null"` 63 63 Signature []byte `gorm:"not null"` 64 64 Token string `gorm:"not null"` 65 NotificationProvider uint8 `gorm:"not null"` 65 NotificationProvider uint32 `gorm:"not null"` mentioned in commit bc70b6a4
Please register or sign in to reply