You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to open the app to a specific buffer? Specifically, I'm crafting a script to send me a notification using ntfy and it can include a link or android intent.
The text was updated successfully, but these errors were encountered:
As for intents, internally we create an intent to com.ubergeek42.WeechatAndroid.WeechatActivity with either a string extra com.ubergeek42.BUFFER_FULL_NAME, or a long extra com.ubergeek42.BUFFER_POINTER (the value as returned by Java's parseUnsignedLong). I never dealt with automation so I am not sure if this should just work.
Is there a way to open the app to a specific buffer? Specifically, I'm crafting a script to send me a notification using ntfy and it can include a link or android intent.
The text was updated successfully, but these errors were encountered: