Mentions légales du service

Skip to content
  • Mikaël Salson's avatar
    database.js: priority of a notification can be given · 35054e45
    Mikaël Salson authored and Vidjil Team's avatar Vidjil Team committed
    The type of message is determined with two variables:
    * success either 'true' or 'false' determining if we had an error
    * priority by default 1 if success == 'true' and 2 otherwise, can be overridden
      to be 3 (critical error: the user must see the message) or 0 (hidden message).
    
    This is useful for the upload where we want the error message to be seen by the user.
    35054e45