Add ability to follow from chat settings (#10415)

This commit is contained in:
DS Boyce
2026-05-05 09:51:40 -07:00
committed by GitHub
parent c21138ba63
commit a24d30ab47
3 changed files with 43 additions and 9 deletions
+4 -2
View File
@@ -449,6 +449,7 @@ export type Events = {
| 'ExploreSuggestedAccounts'
| 'OnboardingSuggestedAccounts'
| 'FindContacts'
| 'GroupChat'
}
'profile:followers:view': {
contextProfileDid: string
@@ -554,6 +555,7 @@ export type Events = {
| 'ExploreSuggestedAccounts'
| 'OnboardingSuggestedAccounts'
| 'FindContacts'
| 'GroupChat'
}
'chat:create': {
logContext:
@@ -975,10 +977,10 @@ export type Events = {
'thread:click:hideReplyForMe': {}
'thread:click:hideReplyForEveryone': {}
'thread:preferences:load': {
[key: string]: any
[key: string]: unknown
}
'thread:preferences:update': {
[key: string]: any
[key: string]: unknown
}
'thread:click:headerMenuOpen': {}
'thread:click:editOwnThreadgate': {}