Skip to main content

WhatsApp latest updates you should know

WhatsApp latest updates: Delete messages feature to roll out soon The Delete messages feature will be available for group chats and only accessible to administrators
Apparently, the feature will work as 'cleaning tool' for group chats
WhatsApp constantly keeps updating its software to include a bevy of features to provide smooth messaging and call experience to its users.




Adding to the list, the Facebook-owned messaging app is gradually rolling out the iOS beta version of its much-awaited disappearing messages feature, according to WABeta Info, a blog that tracks WhatsApp developments.




WhatsApp may soon roll out the iOS beta version of its much-awaited disappearing messages feature
WhatsApp may soon roll out the iOS beta version of its much-awaited disappearing messages feature
The blog had earlier also spotted the same feature in Android's Beta version. It also confirmed that this feature will be available for group chats and only accessible to administrators. Once available, the feature will automatically delete messages after a particular time period set by the user and make it look like the message never existed.
There is also an interesting feature that was spotted in the latest Beta version of the app. Apparently, the new Delete Message feature will work as "cleaning tool" for group chats. This essentially means that the feature will help admins remove group messages after a particular period of time and clear or manage storage space automatically.




"Groups have usually a lot of messages and this feature could help to save your phone storage, deleting old messages automatically (only administrators will be able to enable/disable it)," the blog stated.




Once available, the 'Delete Message' feature will come with a toggle on/off button and users can choose a particular time interval for the messages to automatically disappear. There are five options for time intervals to choose from - 1 hour, 1 day, 1 week, 1 month and 1 year. Accordingly, the messages sent to that chat will disappear. For instance, if the user opts for 1 hour time interval, the messages sent post-selection will be deleted after an hour.
However, it is important to note that the feature is not yet available yet as he company has not officially announced any release date of the update yet. Therefore, it is completely okay if you still cannot view the feature even after updating WhatsApp.




Similarly, there's also no word on Dark Mode release date either, and this feature has been under development for a long time now.

Comments

Popular posts from this blog

SAP HANA In Memory Strategy

SAP HANA has many processes running on the SUSE Linux Server. SUSE Linux server manages the reservation of memory to all process. When SAP HANA starts up, Linux OS reserves memory for the program code, program stack, and static data. OS can dynamically reserve additional data memory upon request from the SAP HANA Server. SAP HANA create a memory pool for managing and tracking the consumption of memory. The memory pool is used to store all the in-memory data and system tables, thread stack, temporary computations and all other data structure required for managing the database. When more memory is required for table growth or temporary computations, the SAP HANA memory manager obtains this from the pool. For an overview, check out the Memory Overview feature of the SAP HANA studio. To access it, right-click on a System ->Configuration and Monitoring -> Open Memory Overview in the context menu, as follows:

SAP HANA Architecture

Data is compressed by different compression techniques (e.g. dictionary encoding, run length encoding, sparse encoding, cluster encoding, indirect encoding) in SAP HANA Column store. When main memory limit is reached in SAP HANA, the whole database objects (table, view,etc.) that are not used will be unloaded from the main memory and saved into the disk. These objects names are defined by application semantic and reloaded into main memory from the disk when required again. Under normal circumstances SAP HANA database manages unloading and loading of data automatically. However, the user can load and unload data from individual table manually by selecting a table in SAP HANA studio in respective Schema- by right-clicking and selecting the option "Unload/Load". SAP HANA Server consists of : Index Server Preprocessor Server Name Server Statistics Server XS Engine SAP HANA Index Server: SAP HANA Database Main server are index server. Detail of each server i...

SAP HANA Advantages

Below are advantages of SAP HANA - By In-Memory Technology user can explore and analyze all transaction and analytic data in real time from virtually any data source. Data can be aggregated from many sources. Real-time replication services can be used to access and replicate data from SAP ERP. SQL and MDX interface from third party support. It provides information modeling and design environment.