Gene

Results 18 issues of Gene

Pin a message to the top of the message list, such as a welcome message in a group chat.

feature request

**Is your feature request related to a problem? Please describe.** It maybe useful to see when the message was delivered to each recipient and when it was read. **Describe the...

feature request

Add a process which deletes registrations which has not been completed (validated) within a configurable time period.

feature request

Ability to publish forms with multiple polling options, collect votes and publish results back to the topic. This feature should work in normals groups and in channels.

feature request

**Is your feature request related to a problem? Please describe.** A user would like to see P2P conversations separately from group chats and channel updates as P2P conversation may be...

feature request

**Is your feature request related to a problem? Please describe.** Some people like stickers and want to see them in Tinode. **Describe the solution you'd like** Provide stickers in the...

feature request

**Is your feature request related to a problem? Please describe.** Some users find "Content deleted" annoying. **Describe the solution you'd like** When one or messages are deleted, the messages view...

feature request

**gopkg.in/rethinkdb/rethinkdb-go.v5 v5.1.0** ```go cursor := rdb.DB("my_database").Table("test").Get("some-id").Field("stringArrayField").Run(a.conn) var thisShoudBeAStringArray interface{} cursor.One(&thisShoudBeAStringArray) fmt.Println(thisShoudBeAStringArray) // Observe that it's the first element of the array ``` This code ```go for cursor.Next(&thisShoudBeAStringArray) { fmt.Println("hello bug!",...

OAuth2 generic is fetching user's email only from provider. How do I get user's organization(s) from the generic OAuth2 provider? How do I map provider's organization to chronograf's organization? Judging...

feature request
area/auth

Full description of the problem: https://stackoverflow.com/questions/60251558/crash-due-to-missing-nine-patch-when-the-nine-patch-is-present

bug
help wanted