Giter Site home page Giter Site logo

bailaki's People

Contributors

marcelsavegnago avatar marcos-mendez avatar mateusonunes avatar tiagomrigo avatar

Watchers

 avatar  avatar  avatar

bailaki's Issues

Notificação "Oi" em massa

hermes_monitor._checkNotify

        select mm.id, mm.res_id, mm.body, mm.author_id
          from hermes_token ht,
               mail_channel_partner mcp left join hermes_monitor hm 
                                               on (hm.partner_id = mcp.partner_id and hm.channel_id = mcp.channel_id),
               mail_message mm 
         where mcp.partner_id = ht.partner_id
           and mm.id > ht.idlastmessage /*consider from the moment the token loaded*/
           and mm.res_id = mcp.channel_id
           and mm.author_id <> mcp.partner_id /*disregard the author of the message*/
           and mm.id > greatest(coalesce(hm.idlastmessage, 0), coalesce(hm.idlastnotify, 0))
           and mm.message_type = 'comment'
        order by hm.partner_id, mm.id

select * from mail_message mm where mm.id = 191 -- Mensagem que ficou em loop

Captura de tela de 2022-03-16 16-38-41
4

Comunicação Longpolling

@marcelsavegnago tem que explicar como consome o longpolling pro Rully. Ele vai consultar por uma lib de websocket do flutter. O Rully vai usar isso pra tirar o OneSignal da jogada.

@raphaelvalyi disse que a gente nao conseguiria fazer. Quero ver.

Branchs

@marcos-mendez, favor mudar a branch default para 12.0 (sugiro que toda branch siga um padrão começando pela versão.

Exemplos:

  • 12.0-bailaki-fix-tal_coisa
  • 12.0-bailaki-backup

Como mudar a branch default "master" para "12.0":

image

Depois de alterado, pode apagar a branch com o nome "master"

Obs. a tua branch patch pode apagar tbm. Ela era cópia da master.... ou seja, estava desatualizada (já fiz cherry-pick do commit referente ao filtro send_likes (referred_friends)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.